pixel[0] = pixel[0] 0.0031308f ? 1.055f * powf(pixel[0], 1.0f / 2.4f) - 0.055f : 12.92f * pixel[0];
dest[i] = (offset + i) & 0xFF;
,详情可参考Line官方版本下载
self.sleep_max = 1.0,这一点在Line官方版本下载中也有详细论述
For transforms that need cleanup on abort, add an abort handler: