imageresizer - How to keep color profiles when converting images -


when resize images using imageresizing.net(freeimagedecode) library in output image color profile srgb ignored. how keep color profile srgb when converting? have set ignoreicc=false

http://imageshack.us/photo/my-images/59/93596133.png/

the version of freeimage used in freeimagedecoder plugin compiled without metadata/icc support performance reasons (250% performance boost).

everything performed in srgb anyway; there shouldn't practical problem unless source files aren't srgb.

we're hoping freeimage team allow set flag instead of requiring recompilation. @ moment there's no way support both performance , icc flexibility when using freeimage plugins.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -