When I try to use SaveImage on an AnimImage, Blitz will only save the first frame (even if I don't specify which frame to save).
Is there a way around this?
* Make an own imageformat, which includes multiple frames, and save that..
* Make a new big/wide image with all frames put next to eachother and save that new image.. (and when loading, extract all the images again and put them in the image-frames)
* just save all frames, in a for-loop
pick anyone :D