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

learn more… | top users | synonyms

0
votes
0answers
11 views

Live Wallpaper - play gif when touched

Programming was never a strong point of mine but I really wanted to try and create a simple live wallpaper. My idea was to have a simple gif image that will start it's animation once you touched the ...
1
vote
2answers
53 views

Asynchronous playback of several <img> tags with same animated GIF

I have a lot of <img> tags on one HTML page some of whom share the same animated GIF file. The src URL is set dynamically by JavaScript but with my code the same characters are either played all ...
-1
votes
0answers
31 views

Animated Gifs in JPanel [duplicate]

I'm new at doing pop-up screens with Java (just stared learning a couple of days ago) so I'm not really sure how to add an animated gif into the JPanel. Right now I'm working on a code and it only ...
0
votes
1answer
13 views

Coding Animated GIFS into Email

I'm working on a new email marketing campaign for my current employer that involves some small animated GIFs. I know they work on most clients except Outlook 2007 and 2010; so I'm wondering if there's ...
0
votes
0answers
14 views

GIF Transparent background in Mono

I am about to finish the second stage of a cross-platform application. It is being coded and debugged mainly in Windows, but has to work on linux as well. When in Windows, I use Visual Studio C#. ...
1
vote
0answers
24 views

mplayer playing gif animation at full screen?

I'm not familiar with mplayer and the tons of option seem like a jungle to me, when all I want to do is show an endless looped gif animation at full screen on my RPi running raspbian. Can anyone help ...
0
votes
0answers
14 views

qlabel with html for text and animated gif - the gif is static

With help from previous questions here I understood the following: If I need Qlabel to have both text and image Inside a cellWidget - I must use HTML. I did as suggested and it works great - for ...
1
vote
1answer
47 views

Blackberry java, refreshing custom animated banner

I want to show a .gif banner in the top of my app. I'm using this code to show the animated field BB Animated GIF Field. The issue is that I want to refresh this banner every minute. I've tried so ...
0
votes
0answers
22 views

qml animatedimage : error reading animated gif image

The programe in PC that is not issue,it display gif image correctly. Bbut download in the arm band ,it prompt qml animatedimage : error reading animated gif image I already add the plugins( ...
-1
votes
1answer
51 views

How to Convert a batch of .jpeg files into a .gif animation? [closed]

I want to create an Android app in which a user can capture a number of images and then the app merges them in to a single .gif animation. How do I convert those images in Java?
0
votes
0answers
30 views

How to play animated GIF in TextView?

I'm using TextView for displayng text with GIF images: Html.ImageGetter imageGetter=new Html.ImageGetter imageGetter() { public Drawable getDrawable(String source) { return ...
0
votes
0answers
28 views

Increasing gif dimension with just whitespaces

I have images of various dimensions and I wish to lazyload them. For example: (without lazyload) <img src='200x200.jpg' /> (with lazyload) <img class='lazy' src='16x16loading.gif' ...
2
votes
2answers
129 views

Image animation in java swing on click

Say I have a JFrame and a JButton in it. I want to display an animated (.gif) image once I click the button. While another event (say ActionEvent e) stops displaying the animation in the JFrame. What ...
2
votes
1answer
73 views

Copying .gif images to clipboard using UIPasteboard through code [iOS]

I want to copy .gif images to clipboard, so as user can paste that gif images from application to mails, etc... I have tried :- NSData *data = [NSData dataWithContentsOfURL:[NSURL ...
0
votes
1answer
46 views

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.
0
votes
0answers
37 views

Play animated GIF image on UIImageView

I've been looking all over Google for a way to "play" my animated gif, in a UIImageView from the StoryBoard (iOS6), with out using a Array or something. Is there really no other way to view my gif, ...
0
votes
0answers
30 views

Are there any good tricks for smooth scrolling on pages containing animated gifs

I have a page that draws content from various social media sources, (so I don't have control of the content). On occasion this means there might be several animated gifs in the page and I notice that ...
0
votes
0answers
50 views

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 ...
0
votes
3answers
143 views

Custom cursor:url(/img/cursor.gif) marked as invalid property

I'm trying to create a little banner for my site and I found myself lost trying to customize the cursor when hovering it. If I use a built-in value like cursor:waiting it works, but if I change ...
0
votes
1answer
271 views

Set Animated .GIF As Background Android

I am new to Android and I am having trouble playing an animated .gif file in the background of my layout. When I run the application the background is a single frame of the animated .gif, just like a ...
-3
votes
2answers
125 views

How to display animated gif image in WPF

Please give me example showing how to display gif image in WPF
0
votes
1answer
72 views

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 ...
-2
votes
2answers
93 views

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?
1
vote
0answers
68 views

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 ...
0
votes
0answers
44 views

To resize gifview or to position it to center

I have animated images in my drawable folder and i am shwing them in gridview with animation but my problem is images are of different sizes so in gridItem some images getting cut how to center them ? ...
0
votes
1answer
230 views

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 ...
3
votes
2answers
203 views

C# How to stop animated gif from continually looping

I have an event that gets called when my app uses the internet. The event changes an animated gif composed of 7 frames. How do I make it only loop through the frames only once? private void ...
2
votes
2answers
127 views

To show animated gifs in gridview

I have written the code to show animation for single image.Now I want to display the gif images in gridview to show that animated images.Is it possible and how to do that ?
4
votes
1answer
113 views

JLabel specific GIF animation plays too fast

This specific GIF animation plays too fast, like 100x the speed shown here. Is there any fix to this? or should I just slow the "normal speed of the GIF further"? public class Test { private ...
0
votes
1answer
70 views

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 ...
1
vote
0answers
83 views

Animated transparent preloader image over a solid colored background

I want to show a preloader on my website before the content loads,However when i choose a animated preloader image with transparent background the edges look very jagged. How to I modify the image or ...
0
votes
2answers
147 views

change colors in an animated gif in php

Is there any working example how to read an animated gif, change color of any pixel in any frame of it using GD library or ImageMagick and save it as an animated gif again? I have been googling for ...
1
vote
1answer
81 views

How do I make a GIF repeat in loop when generating with BitmapEncoder

I am able to use BitmapEncoder (C#, WinRT) to create an animated gif. However, I haven't been able to figure out how to make the GIF loop back and start from scratch? Didn't try much because I am not ...
0
votes
1answer
97 views

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 ...
0
votes
0answers
80 views

Tumblr: Gifs stopping infinite scrolling

So, I'm just trying to get my infinite scrolling to work in a four column theme on tumblr. Everything goes well until I post a few images or gifs... then it completely stops working, loading only the ...
0
votes
1answer
165 views

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 ...
1
vote
1answer
45 views

Guess gif filesize before resize

I have an animated gif and i offer the ability to resize it using drag. I wonder if i can guess the filesize of the resized gif before the resize is done server side. Thank you
0
votes
0answers
126 views

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 ...
0
votes
2answers
387 views

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 ...
0
votes
1answer
72 views

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 ...
0
votes
1answer
358 views

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 ...
0
votes
2answers
555 views

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 ...
-2
votes
1answer
186 views

How to add GIF images in Xcode [closed]

I've been using Xcode for a few weeks now but I'm just using objects to make my project and now i need to code because I need to add Gif images to my project. I've never done coding in Xcode at all so ...
1
vote
2answers
277 views

GIF images not displaying in Chrome/FF but are in IE

I have been given a set of GIF images to put on a site as downloadable banners. The GIFs were made in Photoshop CS4 and saved for web. Also tried saving in CS6. In a simple bare .html file the GIFs ...
2
votes
1answer
165 views

Animated gif image in tree node

I am trying to add an animated gif image to a tree Node but apparently JTree is the only component that cannot render the gif animation. Can you please advise me how to fix this? import ...
-1
votes
1answer
86 views

How to make gif from canvas in javascript

I have a canvas which updates every 2 seconds. How do I create a gif animation with canvas? Maybe there is a way by merging getImageData with each frame to create a GIF?
0
votes
0answers
92 views

how to get data url from animated gif in browser?

I have url of animated gif, for example this, and I need to get data url from from this image. How to do it? I know that I can use canvas for that and its method toDataURL. But in that case I lose ...
7
votes
1answer
961 views

Create and and export an animated gif via iOS?

I have a series of user-customized images within an iOS app that are being animated in a simple, frame-by-frame flip book style. My question is this: is there a way to allow users to export their ...
0
votes
0answers
157 views

Android webview disable gif-animation

I have a webview, loads many small pictures inside (e.g. avatars). Some of them are animated gif-files, and animation works correct. But if I want to disable it, how can I do that? Seems, it must ...
2
votes
1answer
85 views

How to make an animated gif grayscale with imagemagick?

I have an animated GIF which is color, I would like to make it grayscale. How can I do this with ImageMagick? I've tried using this: convert image.gif -fx "(r+g+b)/3" imageGS.gif But this leaves me ...

1 2 3 4 5 8