On Wed, 28 Jun 2006, Alexandre Leclerc wrote:

> Hi all,
> 
> I'm looking for an image library that could open and display jpg, png,
> bmp. Then with this class be able to convert that in a standard
> TBitmap so that I can draw in canvas, etc.
> 
> If the class can be brilliant (auto-detect the file format) that would be
> nice.
> TSuperPicture.LoadFromFile('image.jpg);
> TSuperPicture.TBitmap.Assign(TMyOtherBitmap);

What is wrong with TFPImage ? 
It comes standard with FPC and can read many formats.

Michael.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to