[Mono-list] Bug in System.Drawing.Imaging.ImageFormat?
Peter Wolf
p_wol@hotmail.com
Mon, 12 Apr 2004 19:02:30 -0400
Hi Mono gurus!
We have successfully ported a big portion of our code to linux. Thanks a
lot!
Question:
I get the System.DllNotFoundException: jpeg exception when I do the
following:
..
MemoryStream ImageStream = new MemoryStream(imageByteData);
Bitmap imageBitmap = new Bitmap(ImageStream,false);
..
where the imageByteData is a byte array that is read from a jpeg file. The
code works well on MS .NET
A bug?
Thanks again,
Peter Wolf
ePresence lab system architect
http://epresence.tv/