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

Pictures in html page dont load, unless you hover over

The home page of my site has a container that holds square boxed with an image and a title. I changed some of those tiles to .gif images so once you hover over the image changes to another. There is not title anymore. The issue is when I load the…
-1
votes
1 answer

How can animate gif loaded in TImageList?

I want to know how is it possible to animate gif image that is put in TImageList. I know that if we could access the graphic of each images in TImageList it may be possible cast the graphic of the picture to TGIFImage and set Animate property to…
Loghman
  • 1,500
  • 1
  • 14
  • 30
-1
votes
2 answers

setting button background / image to animated gif

I have a .gif file which i wish to use as the background image for a button. The main reason i want to do this (as i know some of you will wonder why i want to do it this way) is because, a button relates to an instance of a class, and i want to…
Kestami
  • 2,045
  • 3
  • 32
  • 47
-1
votes
1 answer

AnimatedGIFField from blackberry knowledge base, don't know how to manipulate the gif

I am using this code, if anybody is familiar with it, its from the blackberry knowledge base. Anyway, I was wondering how to manipulate GIF's using this class. I can get the gif on the screen, but it keeps repeating and will not disappear. Any help…
Joey John John
  • 243
  • 2
  • 11
-2
votes
1 answer

Is it possible to have an animated gif work while loading a new page in a webview on ios?

The gif animation works fine in browsers, but on my app it doesn’t animate once the user clicks to a new page. It shows and just freezes in whatever state the animation is when the user clicks a link. Does anyone know a way around this?
heathhettig
  • 115
  • 7
-2
votes
1 answer

JavaFX ImageView display GIFanimation high GPU

I am creating JavaFX application and made a loading scene. In this scene i want to show some text like loading or initializing and add some loading spinner animated image as a visual notification that something is loading. I generate a loading .gif…
AdrianES
  • 670
  • 3
  • 13
  • 29
-2
votes
1 answer

how to send gifs in a RichEmbed/MessageEmberd

in my code when I try to put gifs, it runs correctly and works ideally until the gif I select at random doesn't load module.exports = { name: "slap", description: "da un golpe a un usuario", execute(message, args) { let userm =…
-2
votes
1 answer

how to create a sharable wordpress post resulting in a animated GIF in facebook having link-back to your site

How to share a wordpress post having an animated gif as thumbnail image on facebook and, the new post on facebook, having a link back to the site (not the image)? Wordpress uses "Yoast Wordpress SEO" plugin.
Ivan Buttinoni
  • 4,110
  • 1
  • 24
  • 44
-2
votes
1 answer

Error my first gif image app on android studio

I get error this (in logcat), and my emulator shows: Unfortunately, this app has stopped. I just want to animated GIFs in Android. java.lang.RuntimeException: Unable to start activity…
Bek-777
  • 1
  • 1
-2
votes
2 answers

How to load a large animated gif for the user

My site will have a large animated gif (1900px wide). As you can expect, the initial load is very long and the animation is very choppy. Is there a better way to load the gif so it doesn't drag the site down (and make the scrolling choppy)?
dcp3450
  • 10,959
  • 23
  • 58
  • 110
-2
votes
1 answer

Creating Image with audio file and uploading to facebook

I have googled for image format that supports audio also. I came to know that gif won't support audio.We need to do it in flash. Is there any image format which holds audio also? We can show image with audio in web page with little work around using…
stefun
  • 1,261
  • 3
  • 24
  • 54
-2
votes
2 answers

how to load animated gif to jpanel from mac

I want to load animated gif to jpanel so I read how to do it but when I run the program i get this message: java.net.MalformedURLException: no protocol: /Users/me/Documents/workspace/ManageTimeClock/Images/timeanim.gif I checked my gif path and its…
Dor Cohen
  • 117
  • 1
  • 4
  • 10
-3
votes
1 answer

How to combine multiples images from a sequence, using any programming language?

I'm setting up a wiki for a game, and I need to put GIFs for make the site easier to understand. But I have a problem. To make the GIFs I need to merge some images, I did it image by image manually, which is annoying. So what language can I use to…
-3
votes
3 answers

adding gif on toolbar in android

I am new to android and java, i need solution for a problem that I want a gif in the toolbar in android which is always running when the screen shows up, I am able to add gif using koral's library but I could not figure it out that how can I add…
Ahsan
  • 173
  • 1
  • 13
-3
votes
1 answer

Play GIF smoothly same as yeay app

I have converted Video to GIF using AnimatedGIFEncoder and getting frames for GIF, but it is not working smoothly like YEAY app and NSGIF Library of iOS. I want to play GIF smoothly like play video. What should I do? Thanks in advance!
1 2 3
95
96