How do u load an already animated image gif?
BlitzMax Forums/BlitzMax Beginners Area/How do u load an already animated image gif?| 
 | ||
| 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! :) | 
| 
 | ||
| I would use something like this : 
Local image:TImage = LoadAnimFreeImage("anim.gif")
 | 
| 
 | ||
| Note that that requires Brucey's FreeImage libary, it's not built into BlitzMax natively. |