Questions tagged [gif]

GIF (Graphics Interchange Format) is an image file format associated with ".gif" file extension. Use this tag for questions involving this specific format.

GIF (Graphics Interchange Format) is an image file format associated with ".gif" file extension.

The GIF file format has many limitations compared to modern image files, including a limited color palette and lossless compression, which makes it a poor choice for storing photos. Despite the limitations, GIFs remain popular due to animation capabilities and widespread decoder support in web browsers.

3188 questions
1
vote
1 answer

Page Loading Animation Method

So I'm looking for the best way to display a loading animation while the rest of my page loads. I've been looking for a method that allows the animation to load quickly, stops once the website is loaded and the animation is set to display: none, is…
user3758078
1
vote
0 answers

How to display a animated GIF in a Tkinter Label - Python

I am working on a project that has a loading screen which is a animated GIF image. The only problem is when I try to display the animated GIF in the Label it only shows the first frame. Why does it do this? And is there a way to display all the…
cdw100100
  • 192
  • 1
  • 13
1
vote
0 answers

Setting gif as background for small java game

I'm currently working on a small ZigZag game project. I am done with coding everything essential to make the code work however I would like to change the background of the game itself to an animated .gif. I tried several ways but none of them worked…
mysql
  • 19
  • 3
1
vote
0 answers

Tried to load GIF, but having pixelated blocks issues

I made a GIF using photoshop, here is the result: It works fine I am having issues when i load it to my java program. The red lines are bugged (I dont know what it's called), when it goes through the arrow. Here is the screenshot: Here is the…
Adam
  • 309
  • 1
  • 15
1
vote
2 answers

Best practice of showing gif in Android

I tried to load a list of gifs and displays them on listview. Currently, I display each gif into a webview but it's very slow and looks ugly. I did some researches today but nothing could help me. Do you guys have any great idea that showing gifs…
Shumin Gao
  • 677
  • 2
  • 8
  • 15
1
vote
1 answer

Saving bitmap instance to SD card in .GIF format

I already decode a bitmap from someplace. I want to save it into SD card. But I found that Android just provides this api(bitmap.compress(...)) for saving the bitmap in format jpeg or png. I just want to save it as gif format.
miclendor
  • 65
  • 1
  • 9
1
vote
1 answer

Outputing resized animated gif to browser using imagick

I intend to resize an animated gif and output it to the browser on-the-fly. My problem is that when I save the resized image, it is of good quality, but if I echo it to the browser, it is of poor quality and the animation is removed. Here is the…
Freeman
  • 321
  • 3
  • 14
1
vote
0 answers

Specific GIFs playing at the same time

I've got a pretty specific question but it would be great if some of you can help me out. With a lot of help I was able to write a code which is able to change different GIFs randomly after they are played one time. This animation is happening to…
Manuel Bug
  • 43
  • 4
1
vote
1 answer

Can we use a GIF in an WKImageView?

I want to use a GIF in an Image on WatchKit, it is possible ? I think is not possible but maybe you know Thank you in advance P.S : I'm french so if you speak french it suits me.
1
vote
1 answer

Invalid texture format! Returning error on load gif

I developed an activity where load a gif. In my Galaxy S III mini the gif load normaly, but in moto x... =( The error occurs in line: movie.draw(canvas, 0, 0); My class Gif extends from View The code is: protected void onDraw(Canvas canvas) { …
Jean Carlos
  • 1,613
  • 3
  • 18
  • 26
1
vote
1 answer

Random Animation changing GIFs

This post concerns with my previous post: GIFs changing randomly I have 3 different animations next to each other. Each one consist of different gifs which are shown randomly after each other. So I wrote the html for this, but in this case only the…
Manuel Bug
  • 43
  • 4
1
vote
0 answers

Create a single color arbitrary size picture data url in javascript?

Does anybody know how I can create an "arbitrarily" sized picture data url, with a single color - without using canvas? Basically, I'd like to create a GIF or PNG with a certain color and size. I need this to create place holder images with the…
frodeborli
  • 1,537
  • 1
  • 21
  • 30
1
vote
1 answer

Loading gif image in background?

Description/ What I've tried I imported a library that lets me beautifully load images asynchronously into my UITableView (https://github.com/natelyman/SwiftImageLoader) . The problem is that it doesn't support gifs. So I did case statement to…
Chris Jones
  • 856
  • 1
  • 11
  • 24
1
vote
1 answer

How to use gif images in android?

I want to fetch the image from server through web service and displayed in my app. So how to use Gif images directly from drawable or from web service.
androidgeek
  • 3,440
  • 1
  • 15
  • 27
1
vote
0 answers

How to write back BufferedImage(s) into animated .gif and save it

I'm trying to make steganography for .gif images. But I stuck when I want write/save changed image as animated gif. This sample of code pulls out separated images from gif but I can't figure out how to write them back to animated .gif image and save…
Petr Šrámek
  • 435
  • 7
  • 26
1 2 3
99
100