Skip to main content

Questions tagged [gif]

The tag has no usage guidance.

0 votes
0 answers
22 views

Animating GIFs as previews in File Manager "LF" or "ranger"

The desired behavior: When I'm using a file manager "LF" I would like to have animated GIFs as previews when I am over an image/gif mime-type file. What I actually had on mind was to convert ...
Noa's user avatar
  • 31
3 votes
4 answers
976 views

How can one count how many pixels a GIF image has via command line?

I use Ubuntu. I have a large number of GIF images. How can one count how many pixels a GIF image has via command line?
Franck Dernoncourt's user avatar
2 votes
1 answer
258 views

Merge a png on top of a gif with shell

I am trying to merge a png with a gif (put the png on top of the gif) and then have the result as a gif. I played around with convert, but cannot quite get it to work the way I need it. I have tried ...
milehigh 's user avatar
2 votes
1 answer
982 views

ImageMagick refused to convert the animated GIF and killed the process silently due to CPU

I tried with these solutions below, but unsuccessfully: ImageMagick convert problem, command killed or silently exits Using disk for processing of huge images ImageMagick convert out of memory ...
Oo'-'s user avatar
  • 243
1 vote
1 answer
318 views

Why this GIF isn't playing smoothly?

in.gif (814KB) in.jpg (1.03MB) Commands i used to generate a gif - convert -coalesce "in.gif" "0.png" for file in 0*.png do composite -gravity center "$file" in....
Madhubala's user avatar
  • 304
2 votes
0 answers
721 views

Create small high-quality GIF/APNG from a bunch of PNGs

I have 50 PNGs (like those ones here) and I would like to create a GIF (or APNG) animation from it that approximately retains the quality and is small. What I'm doing so far is to rescale and throw ...
Nico Schlömer's user avatar
1 vote
1 answer
226 views

How to get convert to not interpolate pixels?

I am using ImageMagick's convert to convert a bunch of .fits files (an image format used in astronomy) to an animated .gif. My astronomical images are pretty low resolution (150 x 300 pixels) but ...
NeutronStar's user avatar
  • 1,711
23 votes
4 answers
48k views

webp animation to gif animation (cli)

I was surprised today to find apparently how difficult it is to go from a webp animation to gif animation. My GIMP 2.8.22 and ImageMagick 7.0.7-21 on linux 4.14.13-1-ARCH don't seem to support the ...
lash's user avatar
  • 739
0 votes
1 answer
2k views

How to create a tiled gif (repeating the same small gif image in a tiled background)

I have a gif image with a rather low resolution (500x200 pixels) which I would like to use to tile a wallpaper background (size 1920x1080 etc.) showing the same frame (or a different frame) on all ...
MHS's user avatar
  • 101
2 votes
1 answer
10k views

In XFCE, how do I set an animated GIF as a desktop background?

This should be a simple task, but I can't figure out a way to do this!
Aaron Franke's user avatar
3 votes
0 answers
279 views

ImageMagick: PNG to GIF: make any not completely transparent pixel solid

I'm trying to create a GIF animation from a set of transparent PNG images in various resolutions. When I -resize the edges are aliased. The background is probably quite predictable so I could make it ...
panzi's user avatar
  • 131
6 votes
3 answers
7k views

Merge three .gif animations

I have 3 .gifs animations and I just want to merge them temporally. Say g1.gif contains images 1,2,3 sequenced as so g2.gif contains images 4,5,6 sequenced as so g3.gif contains images 7,8,9 ...
G. Benosa's user avatar
1 vote
2 answers
554 views

`convert`ing *.gif to file.pdf hangs/freezes the system

I've 415 gif files in a directory and trying to make a single pdf of them by using the following command: convert /path/to/*.gif file.pdf But it cause for hanging/freezing of the entire system. In ...
Pandya's user avatar
  • 24.9k
1 vote
0 answers
2k views

How to open a gif without loop repetition with oeg

I use to open .gif file with eog -f myfile.gif The gif animation is however running in loop. What I want is to display the animation once and then quit. How to avoid this? Please also help in ...
user123456's user avatar
  • 5,088
1 vote
0 answers
204 views

Identify (and delete) all .gif files with more than 1 frame in all subdirectories

I having the following linux command to identify all .gif files and list its frames in the active directory: identify -format '%n %i\n' -- *.gif Now I want to modify and expand the command to ...
w-f's user avatar
  • 11

15 30 50 per page