Images are dull after optimising for web
Posted: 2017-08-04T03:54:14-07:00
Hi,
I'm currently trying to optimise some jpgs for our website. But something in the optimisation processes is causing the images to become dull.
I've tried using ImageOptimizer with OptimalCompression set to true -> results in dull image
Also tried MagickImage with Strip() option -> results in dull image
However MagickImage with just the quality changed and no Strip() leaves the image with the original colours.
So the strip is removing something that affects the hue? or intensity of the colours.
Is this a known issue, if so is there a way to work with ImageOptimizer.OptimalCompression without the colour intensity loss?
I'm currently trying to optimise some jpgs for our website. But something in the optimisation processes is causing the images to become dull.
I've tried using ImageOptimizer with OptimalCompression set to true -> results in dull image
Also tried MagickImage with Strip() option -> results in dull image
However MagickImage with just the quality changed and no Strip() leaves the image with the original colours.
So the strip is removing something that affects the hue? or intensity of the colours.
Is this a known issue, if so is there a way to work with ImageOptimizer.OptimalCompression without the colour intensity loss?