This error occurs even in the version 2.62 Delphi 2007 and 2009 but not in version 24.2 which is modified for delphi 2009 http://galfar.vevb.net/imaging/smf/index.php/topic,267.0.html
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
var
FBitmap: TImagingBitmap;
FImage, FImagmini: ImagingClasses.TMultiImage;
FImageCanvas: TImagingCanvas;
FImage := TMultiImage.Create;
FBitmap := TImagingBitmap.Create;
Image1.Picture.Graphic := FBitmap;
FImageCanvas := TImagingCanvas.Create;
FImage.LoadMultiFromFile(archivos[canti]); //address of the file
FImage.ConvertImages(ifA8R8G8B8);
Image1.Picture.Graphic.Assign(FImage);
Page created in 0.038 seconds with 21 queries.