animated-gif

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 animated gif is displayed, to save CPU and bandwidth resources. I know that this was asked before, but window.stop() at the end of the page doe...

Create animated gif from a set of jpeg images

I need something that can be scripted on windows 7. This image will be used in banners. ...

Problem with Animated gif on Android

Hi, I need some advice about animation. I have an animated GIF, but how to put in Android app to be animation. When I put it doesn't move at all. I read something about animation in Android and I need to have pictures for animation. Is there any solution for this ? ...

Animated overlay

Hi have 2 question, I have been using AniS - the AnimationS applet as a based to see the difference of numerous .png overtime. I was wondering if there was anything else similar just like this program that support .png files? Second, I have a few hundred images but it does not read them all, only the first 200 it seem. Any suggestion o...

Problem with animated GIF in WPF

Hello 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, after that - GifImage class. Both classes failed during animation initialization (while resoving Uri to the GIF file, saved as app. res...

GIF loading stops when I show it

Look this code: $('#loader').show(); $.post( '/action.php', function( data ) { // do anything with data $('#loader').hide(); } ); The loader DIV has a GIF image simulating loading state, This code works well but the GIF stops when is waiting the data (post called) ... I want the gif moves ever independently of the other codes in ...

How do I determine if a gif is animated?

I have large number of files with .gif extension. I would like to move all animated gifs to another directory. How can I do this using linux shell? ...

Is there a program to create gifs out of text?

Is there any program that can convert a file into an animated gif by taking the bytes (whatever I see on an editor is seen) and producing them on frames? Im trying to change a large script I wrote into an image so that if I run it, it looks like as if the code is scrolling. I would use photoshop, if I knew how to use it. Even then, the c...

Getting the frame duration of an animated GIF?

In C#, I can get the individual frames from a gif and show the animation easily enough, but how do you go about getting the timing information for each frame? ...

WPF GifBitmapDecoder Uri Relative Path Issue

Hi All I am trying to set the uriString of a Uri object to a relative path for use in a GifBitmapDecoder. At runtime i get the following error: Invalid URI: The format of the URI could not be determined. My relative path follows the following format: /TestApplication;component/Images/Busy.gif If i use the absolute path to t...

Very low quality gifs with ffmpeg ¿Its possible better quality?

Hi all, Im using ffmpeg.exe to generate Gifs from video files. I use this code: "C:\\ffmpeg\\ffmpeg.exe" -ss 455 -i "C:\\ffmpeg\\movie.avi" -pix_fmt rgb24 -r 0.05 -loop_output 0 -t 100 -s 720x400 -f gif "C:\\ffmpeg\\animation.gif" But the quality is really bad, I found in the web similar cases: http://ffmpeg-users.933282.n4.nabble.co...

saving an animated gif in iphone

In an iPhone, when i open a gif animation in safari and tap on it long enough, then I get an option to save it in the photo gallery, right? On doing so, is the whole gif file (i.e. the bunch of images bundled together in the gif file) or only the first frame of the bundle saved? I converted the saved image into NSData and saw that the d...

Load GIF from Resource to Dynamic form.

Hi, I have this piece of code: SELDR_WH := FindControl(FindWindow(nil,'PhoneDB Filtering')) as TForm; if seldr_wh <> nil then begin SELDR_WH.ClientHeight := SELDR_WH.ClientHeight + 20; gif := TGIFImage.Create; with gif do begin Parent := SELDR_WH; Top := SELDR_WH.ClientHeight - 20; Left := 30; try ...

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',''); $('#plus').attr('src','img/plus.gif') }); With the hope that quickly resetting the src would trigger the animation, but no luck. Anyone know ...

Displaying single image from a multi-image (animated) GIF file

Simple question, really. I just don't have the knowledge to do this with JavaScript, and to also make sure it works with (almost) all browsers... I am going to design a set of images of a person pointing with one hand in several directions. (Up, down, left, right, diagonal, etc.) Basically, this puppet will be pointing at the location of...

Restarting animated Gif

Hi, I want to put a timer onto my gallery rotation script. This timer is a circular animated gif. i want it to start again when a new image loads.. I would have thought that this would work but apparently not. // Loader needs to be a Global loader = new Image(); loader.id = "loader_graphic"; loader.src = "images/loader.gif"; var $cont...

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 not be faithful to high frame rates. Who doesn't support animated GIFs? Iphone safari seems to just fine. What about other mobile browsers? ...