BaH.FreeImage problem with paged gifs?

BlitzMax Forums/Brucey's Modules/BaH.FreeImage problem with paged gifs?

REDi(Posted 2009) [#1]
For some reason this seems to bomb out about a second or two after loading the gif...

http://maxmod.googlecode.com/files/test.zip

BTW, great module Brucey, thanks!

(for anyone interested the street fighter gifs came from http://www.zweifuss.com )


Brucey(Posted 2009) [#2]
I've fixed a GC issue that occurred when loading large anim images. (available with the current SVN version).


REDi(Posted 2009) [#3]
Cool thanks Brucey!


REDi(Posted 2009) [#4]
Brucey, Now I'm getting the same sort of crash as before, but after loading more than one large gifs.


Brucey(Posted 2009) [#5]
Okay... I think I've sussed it now.

I even went as far as downloading some of those mega NASA gifs (65 frames @ 4meg), and it was playing 3 of those together.
It does take a wee while to load though, as it breaks the animation down into its separate frames, and loads those into a TImage....


REDi(Posted 2009) [#6]
Thanks Brucey! I'll try it out in a bit.


REDi(Posted 2009) [#7]
Yep, works a treat now.