[Mono-list] Bug in System.Drawing.Imaging.ImageFormat?

Ravindra rkumar@novell.com
Tue, 13 Apr 2004 13:00:34 +0530


Hello,

On Tue, 2004-04-13 at 04:32, Peter Wolf wrote:
> I get the  System.DllNotFoundException: jpeg exception when I do the
> following:
> ..
> where the imageByteData is a byte array that is read from a jpeg file. The
> code works well on MS .NET
> 
> A bug?
It is not a bug, instead you seem to be missing the dependency jpeg
library, which is required if you want to work with jpeg images. You
need to install libjpeg to solve your problem. Also, you need other
libraries like libungif for GIF, libtiff for TIFF formats. Just make
sure you have the related dependencies installed on your system when you
get similar errors.

- Ravi