QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: krovit on September 24, 2020, 03:48:43 pm

Title: Animated GIF
Post by: krovit on September 24, 2020, 03:48:43 pm
Hi,

I have not found anything about it...

is there a simple way to upload animated gif images?

it would be interesting to load, for example, a gif loader during long program runs
Title: Re: Animated GIF
Post by: MasterGy on September 24, 2020, 04:31:46 pm

Hello ! i solved it by "virtualdub" to split the gif into separate images, such as bmp. 00.bmp, 01.bmp, 02.bmp ..... and then _loadimage, array.
Title: Re: Animated GIF
Post by: Pete on September 24, 2020, 09:24:12 pm
Hello ! i solved it by "virtualdub" to split the gif into separate images, such as bmp. 00.bmp, 01.bmp, 02.bmp ..... and then _loadimage, array.

Been there, done that. It works. Most movie viewers will allow you to run a .gif frame by frame. Just Windows key + PrtScr to capture and save the screen shots in the Windows default "ScreenShot" folder.

Pete