PDA

Click to See Complete Forum and Search --> : create animted gif


rchiah
Mar 26th, 2002, 01:22 PM
is it possible to create animated gif file using VB6??

MoMad
Mar 29th, 2002, 12:14 PM
Yes, go find the GIF algorythm/format and/or api and start using it :)

It is just a compressed sequence of bitmaps.... so search the web, there are plenty of things out there.

http://www.google.com/

rchiah
Mar 30th, 2002, 11:45 AM
then it is we can create a program like gif builder using VB 6?
sort like have function : save as animated gif?

MoMad
Mar 31st, 2002, 05:49 PM
Yes, but it will be too slow so you can find a dll with GIF API... I know that the PNG format has MANY, MANY, MANY API's out there which are 101% FREE and open source, but the GIF?? That will be very hard to find... it is owned by IBM and i think that it will COST you... but im not 100% on that.

Search http://groups.google.com/ for more...

rchiah
Apr 7th, 2002, 01:08 PM
i still cant find a free GIF API. Did anyone have ?