Top "Animated-gif" questions

An animated .GIF image is an image file which displays an animation.

Animated loading gif image as a repeated background

I would like to find something like this: (source: opengraphicdesign.com) But that it can be a repeated background on …

css animated-gif
How do I crop an animated gif using ImageMagick?

There's plenty of information about cropping images, but attempting to crop (or trim) animations produces strange results. Sometimes they flicker, …

imagemagick crop animated-gif
How can I create animated gif in Java?

I would like to create a gif image from the set of BufferedImages. How can I do this? Is there …

java animated-gif
Why do animated gif images take so long to load?

Why do simple animated gif images take so long to load before they start animating smoothly in a browser, even …

browser animated-gif
Which browsers do not support animated gifs?

It's seems like all major browsers (ie, firefox, safari, chrome) support animated gifs. Though I've been reading that IE might …

browser cross-browser gif animated-gif
Access GIF frames with C#

I'm a beginner in C#. I would like to know if there's a way to access different frames inside a …

c# gif animated-gif
Recording and saving an SVG animation as an animated GIF

Is there a library or tool for recording and saving an SVG animation as an animated GIF? The SVG geometries …

css svg d3.js gif animated-gif
Showing a .gif animation in QLabel

I would like to show a .gif animation in a QLabel widget, alongside text. The following code won't work: self.…

qt4 pyqt4 animated-gif
How can I get the number of frames per second from a gif file?

I am trying to get the number of frames per second from a gif file. I am converting the gif …

iphone objective-c image animated-gif frame-rate
Python: Converting GIF frames to PNG

I'm very new to python, trying to use it to split the frames of a GIF into PNG images. # Using …

python png python-imaging-library animated-gif