Vampyre Imaging Library Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Imaging 0.26.4 Released!

Author Topic: Problem with gif on imaginglib262  (Read 451 times)

The_DuKe

  • Imaging User
  • *
  • Offline Offline
  • Posts: 4
    • View Profile
Problem with gif on imaginglib262
« on: 10 July 2009, 03:22:07 »

Greetings;
I have a problem with a program that began with Delphi 2007
vercion and Imaging0242 of a bookstore, and wanted to migrate the program to Delphi 2009 and therefore the library Imaging0262 what happens now is that I can not visualize
gif images and the code I have is:
Code: [Select]
var
FBitmap: TImagingBitmap;
  FImage, FImagmini: ImagingClasses.TMultiImage;
  FImageCanvas: TImagingCanvas;
 


Code: [Select]
FImage := TMultiImage.Create;
FBitmap := TImagingBitmap.Create;
Image1.Picture.Graphic := FBitmap;
FImageCanvas := TImagingCanvas.Create;

y para cargarla
Code: [Select]
FImage.LoadMultiFromFile(archivos[canti]); //address of the file
FImage.ConvertImages(ifA8R8G8B8);
Image1.Picture.Graphic.Assign(FImage);

which I worked perfectly with the previous version
Can I fix this?



Logged

Galfar

  • Administrator
  • Imaging User
  • *****
  • Offline Offline
  • Posts: 249
    • ICQ Messenger - 327174200
    • View Profile
    • Galfar's Homepage
    • Email
Re: Problem with gif on imaginglib262
« Reply #1 on: 15 July 2009, 14:10:06 »

Bug in GIF loading with D2009 was fixed some months ago, updated code is in SubVersion repository.
Logged
 

Page created in 0.08 seconds with 20 queries.