Search found 3 matches
- 2017-08-07T02:23:37-07:00
- Forum: Magick.NET
- Topic: Images are dull after optimising for web
- Replies: 4
- Views: 13906
Re: Images are dull after optimising for web
Thanks I've updated my c# code to keep that and looks much better now!
- 2017-08-06T11:29:51-07:00
- Forum: Magick.NET
- Topic: Images are dull after optimising for web
- Replies: 4
- Views: 13906
Re: Images are dull after optimising for web
sorry for the late reply, I hadn't set it to notify me. I've checked the colorspace and it says sRGB, I'm using Magick.NET-Q16-AnyCPU Version 7. A copy of the image is here: https://www.vouchercodeocean.co.uk/images/products/org.jpg and here: https://www.vouchercodeocean.co.uk/images/products/strip ...
- 2017-08-04T03:54:14-07:00
- Forum: Magick.NET
- Topic: Images are dull after optimising for web
- Replies: 4
- Views: 13906
Images are dull after optimising for web
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 ...