• Welcome to Vampyre Imaging Library Forum. Please login or sign up.
 

Show posts

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.

Messages - The_DuKe

1
Help & Questions / Re: Memory Leak
9 August 2009, 20:11:11
   
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

2
The problem is that the compatibility of a gif image with the previous program was giving me problems and did not display the changes that are necessary for the former could be used in Delphi 2009 and thanks for the book.

Note if a word is wrong is that the translator use google.com
3
I saw the need to use this vercion because I had problem with the latest version of a library and put into operation in 2009, and Delphi share

   
I hope to serve

http://rapidshare.com/files/255016730/Imaging5.rar.html
4
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:

var
FBitmap: TImagingBitmap;
  FImage, FImagmini: ImagingClasses.TMultiImage;
  FImageCanvas: TImagingCanvas;




FImage := TMultiImage.Create;
FBitmap := TImagingBitmap.Create;
Image1.Picture.Graphic := FBitmap;
FImageCanvas := TImagingCanvas.Create;


y para cargarla

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?



SMF spam blocked by CleanTalk