Does copyimage work with animated images?

BlitzPlus Forums/BlitzPlus Programming/Does copyimage work with animated images?

sswift(Posted 2005) [#1]
If I use copyimage on an animimage, will I be able to access the frames and such the same as if I had loaded the file normally?

Or do I have to use createimage and manaully copy the data over?


Arem(Posted 2005) [#2]
Yes.


Grey Alien(Posted 2005) [#3]
Yes to your first questio. I've done it.


Grisu(Posted 2005) [#4]
Ahm, I might have misunderstood you, but you can Copyrect for that.
Copyimage might cause a memory leak and is slower.