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

New Post: Web Application Difficulties

$
0
0
You are receiving that error message because you are trying to read from the same stream twice.
// First time
  System.Drawing.Bitmap imgIn = new System.Drawing.Bitmap(stream); 

  //Second time (Position is at end of file an will result in an error)using (MagickImageCollection input = new MagickImageCollection(stream)) 
Feel free to start a new topic when you have an other issue.

Viewing all articles
Browse latest Browse all 3693

Trending Articles