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
0 answers

Increasing gif dimension with just whitespaces

I have images of various dimensions and I wish to lazyload them. For example: (without lazyload) (with lazyload)
Lim
  • 329
  • 2
  • 15
0
votes
1 answer

PHP: Remove GIF Animations

Does anybody know how to remove gif animation from a picture using PHP? eg: User uploads a GIF picture and PHP creates a thumbnail of the picture that is not animated. Thanks in advance.
MathewB
  • 11
  • 1
0
votes
0 answers

Resize animated gif in WordPress

Is there a way of resizing an animated gif image when uploading it in WordPress? I've seen a couple of threads that deal with ImageMagick in order to get this to work, but I'm merely interested in a WP solution that evolves around building a script…
Staffan Estberg
  • 6,795
  • 16
  • 71
  • 107
0
votes
1 answer

Delay or display animated photo timer before capturing photo using JavaScript

I have created various JavaScript functions to capture photo from the browser. Using the JavaScript functions i can successfully launch camera, capture photos and preview it and then able to upload the photos. I am thinking to integrate photo timer…
techhunter
  • 300
  • 5
  • 18
0
votes
2 answers

Is it possible to set an animated gif file as background of my app in android?

I am doing app for Jewellery shop I want to set a gif image as background of my app. Is it possible to set?
Joy Helina
  • 378
  • 1
  • 5
  • 17
0
votes
1 answer

Play animated gif on click, then perform a Symfony action

I have a page that displays people's pictures. I have an animated gif over each picture so that when people click on it, it plays a short animation with transparency so that it looks like the person is getting slapped in the face. Here is my…
GoRivera
  • 173
  • 1
  • 13
0
votes
1 answer

Displaying animated GIF in VB6 Form requires Admin privileges with UAC

I added an activeX control that allows me to display an animated gif on a visual basic 6 form to show an ajax style progress spinner. When I run this application on Windows 8 Pro x64, the spinner image will not appear. If I run my application as…
Neal
  • 9,487
  • 15
  • 58
  • 101
0
votes
1 answer

Android custom GIFView resizing?

I am currently building an android application that requires the use of gifs, and I have a custom GIFView to display animated gifs. I wanted to set the size of this view, but writing down the size with pixels is not so good, because it changes…
rel-s
  • 6,108
  • 11
  • 38
  • 50
0
votes
1 answer

Why my aniamted GIF is so slow on browsers and mobile?

Why my aniamted GIF is so slow on browsers and mobile? i set my speed at 1/100 in fireworks but on browser is way sloer...how can make a fluid smooth animation to display as a loader? is the compression or some other tricks? using SVG maybe? i've…
Francesco
  • 24,839
  • 29
  • 105
  • 152
0
votes
2 answers

Text animation options - animated GIF or Javascript or..?

For my recent project I need to add a specific text animation - to achieve the effect of a pen writing some text on canvas. I would like to hear your thoughts what would be the best way how to do that based on your experience? Could you point me in…
user2143475
  • 17
  • 1
  • 1
  • 5
0
votes
0 answers

Resizing animated .gifs with ImageMagick

I know this has been asked in a few different ways before but I am running into what seems to be a unique problem. I am using the following code to resize animated .gif images: convert $image -coalesce $image convert -layers OptimizeTransparency…
Josh Mountain
  • 1,888
  • 10
  • 34
  • 51
0
votes
2 answers

Converting SWF file to animated GIF (preferreably, command line)

I have an SWF file that contains a simple animation (spinning ball), which I want to convert into an animated GIF. Ideally, I would like to use a command line (bash script) to do this. Can anyone suggest any links to get me started (Google is not…
Homunculus Reticulli
  • 65,167
  • 81
  • 216
  • 341
0
votes
1 answer

while playing gif animation some times getting nullpointer exception

I'm playing gif animation in my app. Its working good, but if I'm playing so many times same animation, its throw nullpointer exception in movie object. any suggestion about this problem. below is my code SampleView.class: class SampleView extends…
radha
  • 192
  • 1
  • 2
  • 13
0
votes
1 answer

loading gif animated image in flash AS3 by support of as3gif project

Having problem to load external image in gif player. I am using as3gif class package This is working : import flash.display.Sprite; import flash.net.URLRequest; import org.gif.player.GIFPlayer; var request:URLRequest…
user2105386
  • 55
  • 3
  • 9
0
votes
2 answers

CSS, HTML and Javascript: "loading..." spinner doesn't work with link onClick

I want my website to have an overlay over the entire webpage and an GIF-animated "loading..." spinner whenever buttons (links and submit buttons) within my website are clicked. The website should work as an iPhone web app ("save to home screen") -…
Swiss Mister
  • 3,260
  • 2
  • 20
  • 42