GIF stands for Graphic Interchange Format. GIF is an image format and is commonly used for displaying graphics on web pages. GIF is well suited to images with less than 256 colors, and in particular, flat colors. GIFs are ideal for logos, drawings, and cartoons. Images with more colors should be ...
0
votes
1answer
44 views
How does adding thumbnails slow down my website a lot?
When I add 15 thumbnails(4kb-5kb each) my website tends to slow down a lot or even crashes on 2.5k users online, and without them it can take up to 4.5k-5k.
I made a script that will make thumbnail ...
-2
votes
0answers
26 views
Why do some animated gif images loop and some not? [closed]
I found that gif images created with this java tool Is there a way to create one Gif image from multiple images in Java? don't behave like usual animated gif images.
For example when I create a gif ...
0
votes
1answer
45 views
Is there a way to create one Gif image from multiple images in Java?
I am trying to set up a simple Java program that creates one single gif images from multiple other images (jpg). Can anyone give me a hook on how to achieve this in Java. I already searched Google but ...
0
votes
1answer
26 views
Reload picture after clickin on other page on site
I have gif picture on every page on my site, and only when i first time open page my gif started to "move", but on others page it doesn't, its just html code
<div class="rhs-pc">
...
0
votes
1answer
32 views
Tkinter or Python does and does not recognize file location
Hey guys I am getting this error
Traceback (most recent call last):
File "C:/Users/Deaven And Teigan/Documents/Python Projects/Tkinter Tut.py", line 16, in <module>
background_label = ...
0
votes
0answers
19 views
How to extract images from gif using giflib to cv::Mat in C++
I'm trying to extract images from gif using giflib in order to bind them in Opencv Mat.
I'm currently using Opencv-2.4.5 and giflib-4.1.6-10.
My problem is that I can extract only extract the first ...
-2
votes
2answers
32 views
How can I combine lots of image files into an animated GIF for free without downloading enormous software packages? [closed]
The websites I know of do not allow lots of (let's say 200-500) image files. The software I know of is not free (Photoshop) and/or enormous (GIMP). This seems like a simple operation. Am I missing ...
0
votes
1answer
13 views
GIF management on my Wordpress site
I hate to ask what seems like something that could be Googled but I can't really find much and WP forums and such just tell me to re-size my GIFs.
I have a sports site and after events I like to post ...
0
votes
0answers
12 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#. ...
0
votes
2answers
56 views
How to show gif image in android?
Can any one tell me how to show .gif images in android.I have Google for it, but i found some samples but those are all uncleared.Can anyone give me at least one simple sample for this?
Suggestions ...
2
votes
2answers
29 views
While form is processing show spinner gif
I have a form that takes about 15 seconds to process and would like to show a spinner gif once the form is submitted and remove it once the form is complete. Also the form redirects to a new page and ...
0
votes
1answer
40 views
Wordpress Blog Intro
I am trying to achieve an intro on my wordpress site that is similar to this:http://www.ltlproductions.ca. I want to implement the expanding horizon line at the intro to my page. I'm not exactly sure ...
0
votes
2answers
31 views
How to display .gif file in imageview?
My layout have lots of imageviews. I want to show .gif animated file in just one imageview. I tried Yash method (Adding gif image in an ImageView in android) but .gif file shown all layout. Other ...
0
votes
1answer
31 views
What is wrong in this code: giflib library usage
I have read the giflib usage explanation and wrote the following code:
GifFileType *gifFile = DGifOpenFileName("D:\\my.gif00.gif");
DGifSlurp(gifFile);
int h = gifFile->SHeight;
int w = ...
1
vote
1answer
47 views
Why I can't display the image on Android platform
On the site http://218.93.33.59:85/map/zjmap/ibikegif.asp?flag=2&id=9, we can get a gif image named ibikegif.gif. However I can't display it on my android phone. My code like this:
/**
...
0
votes
1answer
52 views
How can I make a gif out of a .png containing several frames? [closed]
I need to automatically convert to an animated .gif a .png file containing several frames. I know how many frames does each file contain. All images have transparency, but no alpha channel. Frames are ...
0
votes
0answers
20 views
giflib usage for editing animated gif
The aim is for a given GIF file including several images inside to extract those image pixels, edit (change them) and put them back to the GIF file.
Trying to do it using giflib.
The language used is ...
2
votes
1answer
40 views
Setting bitmap though setImageBitmap() results only in gifs being visible in view
So my issue is exactly as the title states. I am downloading many different images and scaling them then setting them to a view. My issue is it seems that only .gif images are visible in the views ...
0
votes
1answer
31 views
How can I read the metadata from bitmaps in Android (Java)?
How can I read the file format (png, jpg, gif, bmp, tiff, etc) and the width, height, and for those that have the value, the DPI for a bitmap?
Android does not have javax.imageio.* so the standard ...
0
votes
1answer
49 views
How can I tell the difference between a .gif and a .jpg file using MATLAB or python without having the extension explicitly?
I have a database of files "1", "2", "3", etc[...]. They should have been downloaded with "1.jpg", "2.gif", "3.png", but this information wasn't available. My question is how can I get information by ...
1
vote
0answers
21 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
43 views
Plotting graphs to multiple files in python using gnuplot.py
I would like to ask for any hint. My goal is gif video of plotting my graph. I have config file in format:
1 2009/05/11 07:31:00 0.00999983333416666468
2 2009/05/11 07:32:00 0.01999866669333307936
...
-1
votes
0answers
18 views
User created GIF from android camera [closed]
I know there are several gif maker apps out there now so I know there is a way to do it but I can't find any info about how...
Part of my potential Android app, a user could record and save their own ...
0
votes
0answers
55 views
Imageanimator Class VB.NET issue GIF Animation
Sub startanalysis()
Control.CheckForIllegalCrossThreadCalls = False
PictureBox1.Visible = True
PictureBox1.Refresh()
End Sub
when i excute the code it plays the animation but i still ...
0
votes
0answers
27 views
Animated gif will not animate when preloading
For some reason my loading gif is not animating (though the actual image, when not on the page, does animate.) The following is the code I'm using:
<script type="text/javascript">
...
0
votes
1answer
78 views
How to create an animated GIF from JPEGs in Android (development)
I am looking for a simple tutorial how to create an animated GIF in a native Android application.
The source files should be JPEG (from camera or what ever) and the output should be saved as GIF on ...
0
votes
0answers
30 views
Animating PhP Generate PNG Images
I have a PhP script that generates a random sentence every load (located here), And I wish to add a underscore ('_') flashing animation to it.
I have use the tutorial supplied by ...
0
votes
2answers
37 views
Qt C++ Video as background
Is there a chance to play video as background. To explain further, I would like to have video playing and on top of it to have widgets like pushbuttons etc. Is that possible?
Also I noticed Qt support ...
-1
votes
0answers
71 views
Delphi 7- adding gif image-packages don't get saved [closed]
I've got a problem with a delphi 7 component that is supposed to add gifs in delphi 7.
Well it works, and it adds them normally, problem is the component is not saved properly and i have to reinstall ...
0
votes
0answers
33 views
Very slow to resize animated UIImage frame by frame
I'm trying to resize down a GIF image in iOS, so I'm looping thru each frame as you can see in the code below.
NSMutableArray *animationImages = [NSArray arrayWithArray:sourceImage.images];
...
0
votes
1answer
54 views
Android- play animated gifs from a file
I have found tutorials about how to play animated gifs in android by reading it from an asset or using a drawable object. But what I want is to read a gif file from sdcard.
I have changed the project ...
1
vote
1answer
45 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
1answer
39 views
Qt + gif + alpha
How to make a transparent background in QLabel with QMovie? Gif already has set transparency.
I need to do something like KamikadzeCat or Felix. It's cats, that do something on Homescreen. I tried to ...
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( ...
0
votes
3answers
54 views
How do I access a .gif file in a package in the src folder?
I'm working on a Java program using Eclipse. Right now, I have an src folder that contains 2 packages: memory.views and memory.resources.
In the memory.views package, I have my Main.java file. In the ...
-1
votes
1answer
67 views
C++ runtime convert gif to png
Although I have found a lot about converting PNG to GIF for various languages and platforms, interestingly there are very few things to convert GIF to PNG with C++. I am rendering GIF images by using ...
0
votes
1answer
41 views
Browser images display incorrectly
Just wondered if anyone knew why my site looks like crap on Android Browsers.
Looks fine on iOS, very occasionally looks ok on certain Android phones but more often than not looks like this:
looks ...
0
votes
1answer
32 views
Can Jquery know when my animated gif has ended?
Im wondering if its possible to have an animated gif play, then fire off an event through jquery once the gif has reached the end of its animation. Once it does that, then it loops back to the ...
2
votes
1answer
32 views
Java RGBA bufferedimage to GIF bufferedimage
Need function that converts Java RGB bufferedimage to GIF bufferedimage but with colormap that is bigger than 256 colors.
Does anybody know if there are exist such library or a self-written function? ...
0
votes
0answers
68 views
buffered image quality suffers in rbga to gif converter
I have the following function:
public static BufferedImage convertRGBAToGIF(BufferedImage src, int transColor) {
BufferedImage dst = new BufferedImage(src.getWidth(), src.getHeight(), ...
-1
votes
0answers
44 views
PHP GD: imagecreate or imagecreatetruecolor for gif image [closed]
I'm new to GD library and thank you for helping me with the following question:
If I only create a gif image, imagecreatetruecolor() and imagecreate(), which is better? Any advantage of ...
0
votes
4answers
48 views
How to replace every gif images in the page for another image with Javascript
I'd like to know how can I replace every .gif images in a page for an image url that I already have. I've looked after many solutions but none could help me.
Edit: Removed the old code since it was ...
0
votes
1answer
57 views
PNGs using more memory than GIFs
I have created an Android app which used a lot of GIFs. I got some feedback that images were not being displayed on the Galaxy S III and I used this post to realize that my GIFs were the problem: ...
0
votes
0answers
326 views
How to share gif to facebook, twitter etc in Android?
I want to share .gif from my app to facebook, twitter etc.
I can able to share simple image like .png to facebook, twitter but can't able to share any .gif image.
Actually, I want to share .gif image ...
0
votes
1answer
38 views
Fish swim in pygame
I want to use the python pygame module to make a 2D "fishtank".
Basically I will load a jpg image as background and load a gif animated image depicting fish swimming and make it move.
I know how to ...
0
votes
0answers
27 views
How to control the stream frame of GIF in Browser with JavaScript?
Is there any way to control a GIF animation with JS? Seems to be, how I've learned it, by default - no.
But I wonder, how browser draws a GIF? I mean, GIF in its RFC describes that for each frame ...
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.
1
vote
2answers
70 views
Show a gif animation
Ok so first let me say that I searched everywhere in the internet, even here, and I can't find the answer, so I have no code to show.
I am just trying to make a gif animation in an app playing all the ...
0
votes
0answers
32 views
gif not animated after using csv function
there's an animated gif in the Waiting page before show the page:
...
// loading screen on
var waiting =
<img src="loader.gif">;
$(‘#content).html(waiting) ;
...
ajax call
…
...
0
votes
1answer
52 views
How to continuously play music
I want a simple app that when launched starts playing a music and continiously runs a gif animation, how can I do it, I can't get the mediaplayer to start..
This is what I have so far
public class ...





