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
-1
votes
1 answer

Increasing GIF animation speed with PHP GD

I got a simple website that has a GIF image from an external source but the GIF animation is too slow so I want to know how I can change the GIF animation speed using PHP GD. I will be setting it to a fixed speed so I won't need to worry about…
Red Dragon
  • 43
  • 6
-1
votes
1 answer

Technology behind cinemagraph

I want to understand the technology behind cinemagraph. Is there any open source project out there which helps in creating cinemagraphs from MP4 files? Is there any standard specification to create cinemagraph file format?
-1
votes
3 answers

How can I make a movie of the plotted function due to time (for t=0:0.1:2)?

I want to ask you how to make a movie of the plotted function due to time for t=0:0.1:2. In the code I wrote the formula of the differential equation (gif) after i wrote the formula of the coefficient (a). In the formula of gif i gave (x-v*t)…
Ozan
  • 27
  • 5
-1
votes
1 answer

JPanel are not repainting in mouseClicked method

I need run gif image when in MouseListener.mouseClicked method running some code. But when mouseClicked method running gif image are static. Example animated GIF: The Animation will start after mouseClicked ends. For gif I use…
Igor
  • 31
  • 6
-1
votes
1 answer

How to validate animation(gif exists or not) on mobile app+appium+android

I get an animation and will go away on my mobile app. I need to validate it
teja
  • 1
  • 2
-1
votes
1 answer

convert byte array into gif in java/android

In my android app i receive an array of bytes from a server and have to convert them into a .gif image and then place it in a view. I already know how to convert them into a still image using BitmapFactory, but the images always come out still. I am…
BelgishChoko
  • 393
  • 2
  • 12
-1
votes
2 answers

How to load a gif animated infinite loop

I have an animated gif in a website, but this animation is displayed only once. How do I make that play infinitely? http://tarketts.emblema78.com/ Regards!
cfranco
  • 3,155
  • 5
  • 19
  • 20
-1
votes
1 answer

Alternative to GIF file that I can embed in word

I am currently writing my dissertation and I had an idea to create a gif of my screen (I am studying for a degree in computing). The GIF is basically an animation of a graph in a piece of software I have written. Anyway so I have the completed GIF…
Silentbob
  • 2,805
  • 7
  • 38
  • 70
-1
votes
1 answer

How to draw a gif in another thread in java?

This is my first time trying to use another thread in java, could someone tell me how to make it work please? I've read others topics about it, but I didn't find a solution. I'd like to draw a gif in another thread (drawn at at a random position and…
Dreamk33
  • 245
  • 3
  • 13
-1
votes
2 answers

gif with Listview in Android

I am new to Android. I Have Listview in My Activity and it's working Fine. But suddenly in mind one thought is going on. Is there any way to put gif animation in background of my Listview and display data to on gif Image. Let's say that In Our…
Harshad
  • 1,344
  • 1
  • 10
  • 25
-1
votes
1 answer

Can I separate a Gif in each image is conformed?

I was wondering if there is any tool or if there is any way in order to take from a gif file, and save a file for each image. This way I can get each frame separated in a file.
juan garcia
  • 1,326
  • 2
  • 23
  • 56
-1
votes
2 answers

Why is GIF image size more than the sum of individual frame size?

I just tried to convert few JPEGs to a GIF image using some online services. For a collection of 1.8 MB of randomly selected JPEGs, the resultant GIF was about 3.8 MB in size (without any extra compression enabled). I understand GIF is lossless…
dev
  • 11,071
  • 22
  • 74
  • 122
-1
votes
1 answer

Android gif making

I have one problem: I'm using code on this site: android-er to make a gif. Problem: When I make a video and try to convert it to a GIF (Video is 10 sec.) I can get only max. 10 frames from the video. When i change this: for(int i=0; i<100; i+=10){ …
Alen
  • 949
  • 3
  • 17
  • 37
-1
votes
1 answer

Animated gif stops for a moment before restarting in adobe photoshop

I am trying to create a loading animated GIF img, but whenever it completes its one cycle it stops for a little moment and then restart,which means it doesn't have the same continuity.I dont want this little blinking thing. kindly help. I am…
-1
votes
1 answer

How to make animated gif from non consecutive images?

I have a series of images numbered from 0 to 1200. I want to create animated image ( gif ). I do not want to use all images [0,1200] so I have removed some images : [11,14], [16,19]. Now series has a "holes" but I still want to show them in…
Adam
  • 1,254
  • 12
  • 25