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

2006-09-28 Thread Steve Loughran
My code is usually very ugly, and nowhere near as "pro" looking as the offerings posted here, but i`ll knock something up so you can all laugh at it :) Steve Glenn Linderman wrote: Will you be putting your TMTOWTDI offering on the Wiki also?

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

2006-09-28 Thread Steve Loughran
Ah, ImageToBlob() into newFromData Win32::GUI::DIBitmap was what I was looking for... that saves some time with intermediate disk files saving/loading. The memory leak in AlphaCopyToDC in 1.03_4 is fixed, so I do suggest updating if you use this call. I removed my flickering by "double-buffe