Questions tagged [animated-gif]

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

This tag should be used in questions asking for help using an animated GIF in their applications, modifying an animated GIF in code, or reading pixels from an animated GIF in code.

Useful links

Pages where animated GIFs can be created

1436 questions
0
votes
1 answer

last state Animated Gif designed for html email in Fireworks cs5 fails in some clients

This is my second question, and I’m hoping to resolve an issue that I haven’t found addressed, though I did search for an answer. Links and screenshots to problem are below. Using Fireworks CS5, I have created an animated gif consisting of 3 states…
SneakyOne
  • 71
  • 1
  • 1
  • 7
0
votes
1 answer

Display animated GIF from outside public directory (GD?)

Once users upload their images to a non public (i.e outside htdocs or public_html folder) folder, I use GD to fetch the image from that folder. This is all in the name of security, as the images themselves are never displayed without being…
Joseph Szymborski
  • 1,241
  • 2
  • 17
  • 31
0
votes
1 answer

php imagecopy not working with gif images

I am using this code to water mark an image and then save it water marked. The problem when I try to watermark a gif image the I am getting only the first frame of that gif. imagecopy( // source $main_image, // destination $logoImage, …
user1481850
  • 238
  • 3
  • 13
  • 24
0
votes
1 answer

Animated gifs in photoshop

I have a webpage with a lot of items in it. On the page, I would like to have an animation. Specifically, I am thinking about an animated gif. In Photoshop, I already tried to create a few animated gifs, but they don't animate smoothly like the one…
Safari
  • 3,302
  • 9
  • 45
  • 64
0
votes
1 answer

Animated .gif in Android

I've been following this tutorial: http://droid-blog.net/2011/10/15/tutorial-how-to-play-animated-gifs-in-android-%E2%80%93-part-2/ It explains how to add an animated .gif to an Activity. But it doesn't explain how to add the .gif to an existing…
gatzkerob
  • 877
  • 2
  • 12
  • 32
0
votes
0 answers

Cropping animated GIFs with code

I am usinga piece of code like string originalfilename = Server.MapPath(" ") + "\\img\\" + file_image.FileName; string originalrelative = "\\img\\" + file_image.FileName; file_image.SaveAs(originalfilename); string thumbfilename = Server.MapPath("…
Uğur Gümüşhan
  • 2,455
  • 4
  • 34
  • 62
0
votes
2 answers

Time a jQuery fadeTo Effect?

Currently I am using jQuery fadeTO to fade in a div. However I have a minor issue of timing here. I have an Animated GIF file that I want to time with the jQuery fadeTO effect. I have attempted to uses window.onload to not have the script fire…
L84
  • 45,514
  • 58
  • 177
  • 257
0
votes
1 answer

How to use animated gif file as a splash screen in java?

I'm using java 1.5 and want to show an animation before starting my application and close it when my application is loaded. I create something after googleing but animated gif doesn't animate if i use not animated gif it shows up. Does any body what…
itro
  • 7,006
  • 27
  • 78
  • 121
0
votes
2 answers

Alternative to animated PNG file for iPhone app or Mobile Safari, goal is to simulate instant playback of short video clip

Our goal is to instantly display 3-5 seconds of a video clip when someone taps a button. Displaying actual video involves a few second delay which is unacceptable. We need the playback to feel instantaneous. Converting those 3-5 seconds into an…
Crashalot
  • 33,605
  • 61
  • 269
  • 439
0
votes
1 answer

Java: get frames from animated GIF without ImageReader

I'm developing AppEngine application. One of it's features is splitting an animated .gif image into separate frames. I've searched a lot to find the way how to do it and finally found the solution. Unfortunately the solution is based on ImageReader…
user1370559
0
votes
1 answer

progressbar: GIF animation in IE slower than in FF/Chrome

I have an animated gif. It's a progress bar and the animation is a light which is moving from left to right and then back from right to left in a loop. The progessbar has a width of 250px. Every e.g. 100ms I'm adding 1px to the width of the…
Keith L.
  • 2,084
  • 11
  • 41
  • 64
0
votes
2 answers

Masking an animated GIF - would this be possible with Jquery or other?

I am wondering if anyone has a suggestion on how to mask an animated GIF movie for a website. Example: - square animated looping GIF movie (like what you would see at http://iwdrm.tumblr.com/) - alpha channel-like mask eg star shape - behind…
Chumtarou
  • 313
  • 5
  • 15
0
votes
1 answer

Creating animated gif in Java

I need to create an animated GIF by using frames in Java. For example, I will create a graphic of a function, and it will change with some parameters. A lot of frames will be created and I need to create GIF with these frames. Where should I start?
desertgle
  • 3
  • 5
0
votes
4 answers

Converting animated .gif file into a .bmp strip

I was wondering if someone can direct me or guide me in order to use a .gif image and convert it into a .bmp strip image file.
SpaceApple
  • 1,309
  • 1
  • 24
  • 46
-1
votes
1 answer

How to end my ajax-loader.gif?

I'm using OpenCart, and I have a series of AJAX calls that are hidden to the user and take a little time to load. I want to display an ajax-loader gif, but I'm a newbie and don't know how to write the code. The AJAX calls start when they click a…
blackessej
  • 706
  • 1
  • 17
  • 35