1
vote
2answers
57 views
Techniques to keep animated gifs “animating” during periods of high load?
Hi,
In situations where a browser is under intense load I find that animated gifs, for example a throbber, will stop animating until the load subsides. This behaviour seem to be …
-1
votes
1answer
62 views
How to record screen and save as gif animation?
Is there such a software?
2
votes
3answers
162 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 pro …
0
votes
3answers
211 views
How can I make an animated GIF with the iPhone SDK?
Animated GIFs are awesome. Does anyone know how to create and save them using the technologies available to the iPhone?
0
votes
1answer
123 views
JQuery global loading animation
Is there a way to attach a loading gif, using Jquery, anytime any image on my site within a certain div is loading? I would like for it to be a global function, the only way I can …
0
votes
1answer
62 views
GIF manipulation in vb.net
Is it possible, without an external code library, to separate a .gif file into its individual frames, and conversely, to assemble a group of images into one?
I have spent a while …
1
vote
4answers
135 views
Making animated gifs using R
Duplicate
Creating a Movie from a Series of Plots in R
Does anyone have any tips regarding making animated GIFs in R? I'm trying to make some time lapse map GIFs.
2
votes
1answer
308 views
Android animated GIF (Cupcake)
Hi everyone,
I've used animated GIFs in Android pre cupcake however my old code no longer works. To be exact:
Movie.decodeStream
Always returns null... Does anyone have any work …
1
vote
1answer
338 views
Animated gif on button stops after moving (redrawing) the form.
Hi,
I have an animated gif placed on the button. It's animating ok (most of the times :P) but when the windows is redrawn (repainted) the animation stops. I have tried to refresh …
2
votes
3answers
294 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 Buffer …
0
votes
0answers
83 views
How do I make animated GIFs? [closed]
How do I make animated GIFs?
4
votes
6answers
767 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 …
2
votes
2answers
204 views
how to create an animated gif in .net
Hi,
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 …
0
votes
1answer
103 views
Image animation stops on minimizing and restoring
I have a .NET WinForms application with an animated GIF in a PictureBox. It's a loading animation, shown while a BackgroundWorker does some processing in another thread. I load the …
1
vote
3answers
1k 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, streaming. How do I (1) stream in the image and (2) get it …
