QB64.org Forum
Active Forums => QB64 Discussion => Topic started 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
-
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.
-
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