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

New Post: Feeding in Jpeg stream from pdf gives error

$
0
0
I am not sure why IM is not detecting your stream as a jpeg. You can help IM by specifying the format before you load your image. You can do that with the MagickReadSettings class:
MagickReadSettings settings= new MagickReadSettings();
settings.Format = MagickFormat.Pjpeg;
using (MagickImage image = new MagickImage(stream, settings))
{
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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