I would recommend you update to the latest version of ImageProcessor and ImageProcessor.Web from NuGet (unless you are already current), once you have those if you still see a difference you should raise a issue on the ImageProcessor GitHub.
This looks to be related to sRGB support. All web-served images should be in sRGB format for colour consistency across all browser and monitor combinations. My guess is ImageCropper is either adding or removing sRGB encoding.
Imagecropper change color on crop
Hi
I'm on umbraco 7.6.3 And im using image cropper
Some of my images are changing color with imagecropper at the end of the image url this is on ?anchor=center&mode=crop&width=1920&height=1040
When i remove it the image looks fine
here is the correct color
Heres the wrong color
Hi Amalie,
I would recommend you update to the latest version of ImageProcessor and ImageProcessor.Web from NuGet (unless you are already current), once you have those if you still see a difference you should raise a issue on the ImageProcessor GitHub.
Jeavon
I am on 7.7.4 and I have just noticed this too. It seems to be more noticeable in photos that have red/pink/orange in them.
Same problem On 7.7.1:
Any Idea how to solve it?
We did'nt find a good solution
If we got the image in svg and the frontender changed it to png in photoshop it worked. But if i did the same it did'nt
This looks to be related to sRGB support. All web-served images should be in sRGB format for colour consistency across all browser and monitor combinations. My guess is ImageCropper is either adding or removing sRGB encoding.
is working on a reply...