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

New Post: Confusion when resizing .eps file

$
0
0
At this moment you cannot do that but with the next release of Magick.NET (7.0.0.0006) you will be able to do the following:
MagickImage magickImage1 = new MagickImage();
magickImage1.SetDefine(MagickFormat.Eps, "fit-page", "3000x3000"); // Fit inside 3000x3000 square
magickImage1.Read(sourceFilePath);
This will return an image that fits inside a 3000x3000 square. This will make your cartoon network logo 3000x808.

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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