Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Resized images appear different in chrome to windows photo viewer

$
0
0
Hi,

Not really sure what the error is here, I suspect it may be a chrome issue, although it may be that the images produced has an error that can be fixed.

Image screenshot shown side by side (Left image is Chrome)
Image

How the image should look
Image

The AI file the image was taken from
Printable Poster13.ai
var settings = new MagickReadSettings {Density = new PointD(150)};

                using (var image = new MagickImage(_mediaFolder + "/" + upload.FileName, settings)) {
                    image.Resize(1024, 1024);
                    image.Format = MagickFormat.Jpg;
                    filePath = ....
                    image.Write(filePath);
                }

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>