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

New Post: Possible bug with large file streams?

$
0
0
You need to set the density when you read the PDF that you have just created, otherwise it will use 72 dpi as the default.
MagickReadSettings settings = new MagickReadSettings();
settings.Density = new MagickGeometry(300, 300);
MagickImage magickImageDestination = new MagickImage(destinationStream, settings);
I would however advise you to not use a PDF file as an intermediate format. This format use the GhostScript program and creates PNG files on disk. You are probably better of to use TIFF or PNG as the intermediate format.

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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