Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on programming.dev
softwareoptions·Software recommendationsbySpongeB0B

Images to animated GIF offline and FLOSS ( Linux )

cross-posted from: https://programming.dev/post/18448635

Hi,

I was a very long time I didn't need to created a animated gif... I had a program before to take a static images (.jpg, .png etc..) and convert then into an animated gif..

All the web search engine push for online (aka SaaSS) tool 🤮

Do you know a program that do that ( Linux )

Thanks.

View original on programming.dev
6

3 replies

If you're going for a command-line tool, ImageMagick and FFMPEG can both do this. Or, if you're more interested in something more GUI-based, GIMP will do this.

This page talks about how to do that with ImageMagick, this Stackoverflow question has a lot of good examples how to do this with FFMPEG, and here is a page that deals with doing so in GIMP.

5

I used Gimp for animated Gifs in the past. But I find doing it in Kdenlive video editor easier. It let's you import a folder of images as a clip. https://kdenlive.org/

1

You reached the end