How do u load an already animated image gif?

BlitzMax Forums/BlitzMax Beginners Area/How do u load an already animated image gif?

Guy Fawkes(Posted 2009) [#1]
As the topic says above, how do u load an image that is already animated? Can u please show me an example?

ANY help is GREATLY APPRECIATED! :)


Brucey(Posted 2009) [#2]
I would use something like this :
Local image:TImage = LoadAnimFreeImage("anim.gif")



xlsior(Posted 2009) [#3]
Note that that requires Brucey's FreeImage libary, it's not built into BlitzMax natively.