Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在输出图像中使用 imageresizing.net(FreeImageDecode) 库调整图像大小时,颜色配置文件 sRGB 将被忽略。转换时如何保持颜色配置文件 sRGB?我已经设置了 ignoreicc=false
http://imageshack.us/photo/my-images/59/93596133.png/
出于性能原因(250% 的性能提升),FreeImageDecoder 插件中使用的 FreeImage 版本当前编译时没有元数据/icc 支持。
无论如何,一切都是在 sRGB 中执行的;所以不应该有任何实际问题,除非你的源文件不是 sRGB。
我们希望 FreeImage 团队允许使用标志设置它而不需要重新编译。目前,在使用 FreeImage 插件时,我们无法同时支持良好的性能和 ICC 灵活性。