Re: [perl-win32-gui-users] [win32-gui] DIBitmap and Animated GIFs?

2006-09-26 Thread Brian Millham
I've got a simple script that can display an animated gif. I think that it could be improved. It's a bit slow loading the gif, and it doesn't handle the missing information from some frames (changes from I-frames [in MPEG speak]) and it doesn't handle transparent backgrounds. Oh, and there's no e

Re: [perl-win32-gui-users] [win32-gui] DIBitmap and Animated GIFs?

2006-09-26 Thread Steve Loughran
Frame timing: $delay = $image->[$frame_count]->Get('delay'); (I think!). Still having some issue with anims (I think its PerlMagick thats causing the problems), but its most certainly getting there :) Steve So now I'm working on this. I can now get individual frames from an animated gif.