Most voted "gif" questions
None
Learn more…4 questions
Sort by count of
-
3
votes1
answer524
viewsHow to insert animated gif into pygame
Good afternoon, I’m doing a college job, it’s a python game and I need to insert a gif in the code but when I use the command pygame.image.load("correr.gif") it shows the image of the gif frozen,…
-
1
votes1
answer200
viewsHow to pause or play the animation of a GIF in Javascript?
I am creating an HTML page that has an image format gif and a music display just below it. <div><img src="imagem.gif"/></div> <audio> <source src="musica.mp3"…
-
0
votes1
answer113
viewsMerge PNG/JPEG with GIF using PHP
I need to make a merge of an image in PNG/JEPG with some gifs and save the end result as GIF. I can do that merge with the code below, the image is saved as gif but it turns out that gif loses…
-
0
votes0
answers47
viewsGif with Tkinter
I have a problem here.. I’m trying to make two gifs stand on top of each other when called, simulating a sensor. When it doesn’t detect anything, it shows a gif, when detected, it shows another gif…