Tagged Questions

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

learn more… | top users | synonyms

27
votes
10answers
25k views

How do I get an animated gif to work in WPF?

What control type should I use - Image, MediaElement, etc??
21
votes
7answers
13k views

Animated GIF in IE stopping

Does anyone know a work around to make animated GIF's continue to be animated after you click a link or submit a form on the page your on in IE? This works fine in other browsers. Thanks.
21
votes
6answers
32k views

How do you show animated GIFs on a Windows Form (c#)

I have a form showing progress messages as a fairly long process runs. It's a call to a web service so I can't really show a percentage complete figure on a progress bar meaningfully. (I don't ...
13
votes
6answers
16k views

Resize animated gif file without destroying animation

I need to resize a animated gif file without destroying the animation. How can I do it using PHP?
12
votes
5answers
9k views

Programmatically generate video or animated GIF in Python?

I have a series of images that I want to create a video from. Ideally I could specify a frame duration for each frame but a fixed frame rate would be fine too. I'm doing this in wxPython, so I can ...
11
votes
10answers
17k views

Android - Display Animated gif

I want to display animated GIF images in my aplication. As I found out the hard way Android doesn't support animated GIF natively. However it can display animations using AnimationDrawable: ...
10
votes
3answers
1k views

Disabling GIF animation in HTML

Is there any way, in HTML, to include an animated GIF in an <img> tag, but automatically tell the GIF to not animate? I realize that the user can stop animation by pressing ESC or clicking ...
7
votes
2answers
3k views

how to create an animated gif in .net

Does anyone know how to create an animated gif using c#? Ideally I would have some control over the color reduction used. Is using imagemagick (as an external started process) the best choice? ...
7
votes
4answers
13k views

Android: How do a display a large animated gif given a url?

Suppose I have the URL for large animated gif and I wanted to make a youtube like activity that displays the animation in a streaming way. How do I stream in the image? get it do display with ...
6
votes
1answer
778 views

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 when the file size is smaller than the cumulative file size of other non-animated image ...
6
votes
1answer
114 views

With PHP, is it possible to merge an animated gif with a jpg and retain the gifs animation?

Using PHP (GD or ImageMagick) I want to merge an animated gif with a jpg and retain the animation of the gif, the product being an animated gif. In other words, I've got an animated gif that is 500px ...
6
votes
5answers
12k views

Where can I find a large AJAX loader .gif?

I searched the Web, but the most I was able to find was 180x180 pixels. I'm looking for a ajax loader .gif animation that is at least 400x400 pixels. File size is not very important, it's for intranet ...
5
votes
3answers
1k views

Browser: Continue gif animation after escape is pressed

Firefox (and other browsers i believe) stop gif animation when you click the Stop button or invoke it via the Escape key. I have a text input that on change makes ajax requests to update other ...
5
votes
3answers
4k views

Loading animated gif from JAR file into ImageIcon

I'm trying to create a ImageIcon from a animated gif stored in a jar file. ImageIcon imageIcon = new ImageIcon(ImageIO.read(MyClass.class.getClassLoader().getResourceAsStream("animated.gif"))); The ...
4
votes
2answers
83 views

Is there a way to check if a GIF image has animation with PHP or Java?

You know that GIF files support animation, but a GIF image not necesarily must have an animation on it. Is there a way to check if a GIF image has an animation using php or java? Thanks.
4
votes
1answer
179 views

Creating animated gif image from binary data using C#

I'm creating a custom application in C# 2010 to copy images from Lotus Notes to sharepoint. I'm using domino to read the content from Notes. Notes has inline animated gif image and when i read the ...
4
votes
2answers
375 views

Restart animated GIF as background-image

Is it possible to restart an animated GIF used as background-image? Consider this HTML: <div id="face"> <div id="eyes"></eyes> </div> And this style: #eyes.blink { ...
4
votes
3answers
5k views

Animated GIF in HTML5 canvas

In HTML5, how can I draw easily (no too much complex code please) an animated GIF in a canvas that works (with drawImage only first frame is shown in the canvas)
4
votes
4answers
4k views

How to make animated GIFs work from Android WebView

Animated GIF images rendered by Android's WebView do not seem to animate. Has anyone figured out how to make them work? I'm testing on an N1 with 2.1-u1. None of the web settings available seem ...
3
votes
1answer
48 views

How to display an animated gif with imagemagick and python?

I want to open a GIF image from the python console. Normally when opening .png or .jpg, I would do the following: >>> from PIL import Image ...
3
votes
2answers
83 views

Displaying .gif and continue play during trip to server - asp .net

I have a button of which I have wired up a clientClick event handler and Click (server) event handler. On clientClick I would like to display an animated gif, and I'd like this to continue playing ...
3
votes
1answer
155 views

Animated GIF in Java? [closed]

Possible Duplicates: Display animated gif on jPanel Show animated gif in Java So I am creating a game applet in Java, using Netbeans. It is textbased, but I want to display an animated ...
3
votes
1answer
467 views

Java: Animated GIF with transparent window

I'm trying to display an animated gif on a transparent JDialog using a simple JLabel: JDialog dialog = new JDialog(); AWTUtilities.setWindowOpaque(dialog,false); JLabel label = new JLabel(); ...
3
votes
1answer
399 views

Animated image not moving during long javascript method call

During a method that runs for 10 seconds to add some elements to the html, the animated gif don't move at all, giving the feel that the web page is stuck. Any way around this. Example code: ...
3
votes
5answers
317 views

How to use JS to trigger a GIF animation?

I have an animated GIF that plays once (doesn't loop). I would like it to animate when clicked. I tried something like this: $('#plus').click(function(){ $('#plus').attr('src',''); ...
3
votes
3answers
736 views

Internet Explorer, Loading Bar, 5.57MB page

I have a sorta unique question. There is a web application which takes 5.57mbs of loading. I want a Loading Bar or Ajax Spinner on there that animates so they know things are progressing along ...
3
votes
2answers
2k views

Creating animated GIF with ImageIO?

Has anybody managed to convince ImageIO to write an animated GIF, and in particular setting the correct metadata? My first attempt is roughly as follows (where b1 and b2 are BufferedImages): ...
3
votes
2answers
2k views

How to display animation in a JTable cell

I am looking for a way to display an animated progress indicator (animated GIF, a rotating wheel rendered through Java2D etc., no preference here) in a table cell until the value that is to be finally ...
3
votes
4answers
9k views

Animated Gifs in Flex 3

Believe it or not I need a way of displaying animated gifs in Flex 3. This guy has a component for sale but it's Flex 2 only: ...
2
votes
2answers
35 views

Do animated Gif files have GIFGIF embedded in them?

I am currently re-writing an existing tool in PHP that another person started for optimizing images, for gif images,I will convert to png and then optimize the png file. For animated gifs I will run ...
2
votes
1answer
53 views

Animated Loading GIF

So, my background is in the color #DBDBDB. I need an animated loading image like this one for my site's background. Unfortunately since GIFs don't support partial transparency, I'm left with a white ...
2
votes
3answers
138 views

Start GIF On Mouse Hover and Pause Otherwise?

So I'm trying to have these images on the sidebar of a page I'm building that are static but when you mouseover they animate as gifs. My current setup is to have the background-image css property ...
2
votes
2answers
224 views

python: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0

I am trying to read some Images(and later intend to do some task on them), and while Images are being read into memory. I want to display a animated '.gif' Image. For that purpose I had to use ...
2
votes
1answer
95 views

how to make animated gif play from the beginning

i've an animated gif image within a hidden div. Exactly after 7seconds page has loaded the div shows up and hence the image. Now my problem is that when the page is loaded for first time div shows up ...
2
votes
1answer
89 views

GIF Data Storage specification question

In the GIF specification, here: http://www.w3.org/Graphics/GIF/spec-gif89a.txt I am having trouble understanding two parts of it: It specifies for 'LZW minimum code size' that: This byte ...
2
votes
2answers
92 views

How do I force an animated GIF to reload in JSF?

I have a testing application where a user is given a series of questions in the main panel. After they press submit, a feedback panel is rendered and an animated gif is displayed based on ...
2
votes
1answer
150 views

Resize GIF and save animation?

I'm using this code i wrote to resize my images to fit my PictureBox: //Creates a new Bitmap as the size of the window Bitmap bmp = new Bitmap(this.Width, this.Height); //Creates a new graphics to ...
2
votes
3answers
116 views

Disable animated gifs using javascript and the canvas tag?

Here's one way i've made work in chrome: http://jsfiddle.net/quickredfox/7k3jN but you'll run into some problems trying to implement that cross-browser, namely: security restrictions. The problem ...
2
votes
1answer
207 views

Writing an animated gif from BufferedImages

I have a program that loads a spritesheet, creates BufferedImages of each frame on the sheet, and writes it to an animated gif. Using the class provided by Elliot Kroo on Creating animated GIF with ...
2
votes
1answer
358 views

Load and display multiple animated gifs at the same time (synchronised) with Javascript

I'm by no means any kind of coder or programmer, but I've been trying to load and display some gifs so that they all animate from the beginning at the same time. In other words, I need them to be ...
2
votes
2answers
139 views

Show .gif animation when control is not there in the c# (windows) application

I have one application in that i am calling a .php file using webClient from the server. To complete the process it takes few minutes(based on the client db). I tried to show progress bar but because ...
2
votes
2answers
90 views

how to create gif animation from a stack of jpgs

I have around 200 jpg images. I need to stack them so that i can convert them into a simple animated gif image. Are there any free tools available to do that job? My os is windows. I'm not so bothered ...
2
votes
1answer
494 views

Using a .GIF animation as the splash screen in WP7 application

I have an animated .GIF image that I created with http://ajaxload.info/ and some editing. I would like to set the resulting icon as the splash screen in my app, which can take a few seconds to load.I ...
2
votes
1answer
465 views

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 such library in pure Java (ImageMagick is not an option)? I've found Gif4J library but it's not ...
2
votes
2answers
704 views

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 this GIF: http://www.videogamesprites.net/FinalFantasy1/Party/Before/Fighter-Front.gif from PIL import ...
2
votes
1answer
87 views

How does playgif.com work? [closed]

playgif adds functionality to animated gifs, including controls for pause, reverse, and speed adjustment. I would like to do this with animated gifs on my site. Any ideas how this is done and if ...
2
votes
1answer
257 views

Extracting single frames from animgif to canvas

I need to load all the frames of and animgif on to an HTML5 canvas. Please note, I don't want to "play" the animgif (someone asked this before), all I want is to extract all the frames to use them as ...
2
votes
1answer
168 views

Saving & resizing GIF's in dotnet - how to preseve animation?

I've written several hundred lines of image management code in my current application all of which seems to work nicely ... except that uploaded GIF's loose their animation somewhere along the line. ...
2
votes
1answer
502 views

Problem with animated GIF in WPF

I try to show animated GIFs in WPF application using custom classes found at http://stackoverflow.com/questions/210922/how-do-i-get-an-animated-gif-to-work-in-wpf First I used AnimatedImage class, ...
2
votes
3answers
364 views

Stopping Gif Animation Programmatically

I am developing a twitter application which references to the images directly from twitter. How can I avoid animated gifs from being played? I wouldn't like to grab the first frame every time an ...

1 2 3 4 5