Board index » delphi » create gif image under windows 2000
Marc Collin
![]() Delphi Developer |
Thu, 05 Feb 2004 00:35:48 GMT
create gif image under windows 2000
hi i try to create a gif image under windows 2000, but i have alway
cannot create xxxxx.xxx file.... under windows 9x that work fine it not a right problem under win2k because i can create jpg file i use tgifimage availabe here: http://www.melander.dk/delphi/gifimage/ this is my code: procedure TCSDM.creerFichier; if(lettre.couleur='rmQuantize')then if (lettre.qualite='gcRLE') then gif.Assign(FormImage); i thing the problem is the composent..... what composent do u use for create gif image under windows 2000 |