Hi,
I can't seem to get a decent resize result with a EPS file.
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
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