Hey,
So I’m having some issues with loosing colour information when using the thumb() or the resize() function. I’m guessing this has to do with an issue which seems to have already been flagged where non sRGB colorspace images loose colour information, yet I have not seen any real solution regarding this/not sure if it applies to my case.
I am wondering if the thumb() function itself would necessitate some colour loss any way, as it would reduce the amount of pixels in the image, or if this is avoidable at all? I have tried removing $command[] = '-strip';
from line 282 from thumb.php within the toolkit, yet this does not change anything.
I am using ImageMagick for my thumb driver. Below are links to two images, the original and thumb, which seems like a pretty drastic difference in colour info…is it possible to mitigate this?
Original:
http://dev.nkry.info/kirby-thumb-example/original.jpg
Thumb:
http://dev.nkry.info/kirby-thumb-example/thumb.jpg
Thanks