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

New Post: EPS Resize Pixelated

$
0
0
Hi,

I can't seem to get a decent resize result with a EPS file.
var settings = new MagickReadSettings {Density = new PointD(150)};

                using (var image = new MagickImage(FileName, settings)) {
                    image.Resize(1024, 1024);
                    image.Format = MagickFormat.Png;
                    image.Write(filePath);
                }
I have a AI file and an equivalent EPS file. The AI resizes smooth as expected. The EPS file is very pixelated. I've played with the Density and it doesn't seem to help. Any ideas?

AI
https://drive.google.com/file/d/0B2JSxc2d-7dNSzZHM2tMc2tGTEk/view?usp=sharing

EPS
https://drive.google.com/file/d/0B2JSxc2d-7dNSlhqemNXWkdCekE/view?usp=sharing

EPS Result:
http://i.imgur.com/43ac0KT.png
Image

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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