Questions tagged as 'gif'

2
answers

How to remove the white flash when changing gifs

Ok, here is this fiddle taken from this question . As you can see, when the change is made between the two gifs, there is a kind of white flash. Is there any way to eliminate this?     
asked by 27.07.2016 / 22:04
1
answer

How can I create a gif from the linux terminal?

I found the need to create an animated with a gif and after looking at different sites I found a command that is very good without needing to install tools only with the linux ternimal.     
asked by 26.09.2018 / 04:31
2
answers

How to load an animated gif on Android

There are libraries to load animated gifs within an application, but what would be the proper way to load animated gifs without using third-party libraries or custom views? GifImageView GifView GifMovieView I had done loading ....
asked by 26.04.2018 / 23:15
1
answer

play gif once

I want to put a gif which should only be played once and be paused in the last frame. Currently in the html I have this: <div class="img"></div> and in the css I have this: .img{ background-image: url(image/login.gif);...
asked by 29.06.2017 / 15:56
2
answers

Play a GIF Image on a JPanel without using URL (JAVA)

Good! Look, I have a class called GIFPanel that inherits from the JPanel class package Trivia; import java.awt.Graphics; import java.awt.Image; import javax.swing.JPanel; public class GIFPanel extends JPanel{ private Image imagen;...
asked by 31.01.2017 / 01:21
1
answer

Create gifs with lightweight iphone for web [closed]

Good afternoon I have a project of a system for a gym where the execution of the exercises can be seen in an animated gif, and it is already working, the problem is that the gifs that you make are very heavy, some weigh 1.8mb for which the sy...
asked by 14.11.2017 / 22:09