![]() |
|
anim GIF to FLIC warez ? |
A J
Member #3,025
December 2002
![]() |
how do i convert animated GIFs into usable sprites? does anyone know any warez to batch convert them? ___________________________ |
Bob
Free Market Evangelist
September 2000
![]() |
Make up your own Allegro program for FLI/FLC. After all, the Allegro FLI routines write to BITMAPs. Try gifalleg or whatever it was called to read in GIFs. Otherwise, try GIMP for extracting the frames manually. -- |
PyroBoy
Member #725
October 2000
![]() |
Bobs got a point search on google and if it aint there make it your selfit can t be that hard. |
A J
Member #3,025
December 2002
![]() |
dont have the time to do it all manually and the comment about GPL'ing whatever i make will give me more users. that statement is false. ___________________________ |
spellcaster
Member #1,493
September 2001
![]() |
A program doing what you want will be about 20 lines of code. And it will output all frames in a given file. If you had started after bob's post, you'd have all the bitmaps in a single dir by now -- |
A J
Member #3,025
December 2002
![]() |
i do not have any code that can de-compress animated GIFs. i do not have any code that can write a FLIC animation. if i had those 2 pieces of code, yes i would be ___________________________ |
spellcaster
Member #1,493
September 2001
![]() |
Quote: i do not have any code that can de-compress animated GIFs. Read Bob's post again. He mentions gifalleg. Get it. Quote: i do not have any code that can write a FLIC animation. I'm confused. YOu said: Quote: how do i convert animated GIFs into usable sprites?
I thought you want to convert them to FLIs so you can rip the bitmaps out of the FLIs. -- |
Ultio
Member #1,336
April 2001
|
Have you tried bink and smacker? (free). I'm pretty sure you can make a FLC file using their software. And if you can't do a direct .gif -> flc, you can always use their software to turn your .gif's into an .avi - and then .avi to flc IIRC. Good luck. --- |
A J
Member #3,025
December 2002
![]() |
spellcaster, i went to google. and google did not find it. i thought FLC was a good format, coz its fast-ish. DTA is great for converting individual images, but i haven't the time to convert hundreds of files into FLCs, i have better things to do with my time. ___________________________ |
spellcaster
Member #1,493
September 2001
![]() |
Quote: but i haven't the time to convert hundreds of files into FLCs, i have better things to do with my time.
Like rejecting all given suggestions, instead of getting the work done? And why do you search using google? Try allegro.cc -- |
|