Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grote/gifmaker
Very simple tool to create animated GIFs
https://github.com/grote/gifmaker
animation gif gif-animation graphics
Last synced: 4 months ago
JSON representation
Very simple tool to create animated GIFs
- Host: GitHub
- URL: https://github.com/grote/gifmaker
- Owner: grote
- Created: 2017-06-10T15:25:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T15:26:52.000Z (over 7 years ago)
- Last Synced: 2024-05-02T00:28:52.073Z (9 months ago)
- Topics: animation, gif, gif-animation, graphics
- Language: Shell
- Size: 1000 Bytes
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GIFmaker
========Just drop `*.jpg` files into this folder and double click `GIFmaker.sh` to generate an animated GIF.
Please only **copy** files, because they will be made smaller during the GIF creation
and you can not get the originals back when you move them.If you want, you can tweak some settings in the `config.ini` file:
```
MAX_SIZE=640
DELAY=23
LOOP=0
```* `MAX_SIZE` refers to the maximum size of your image in pixels.
* `DELAY` is the delay between images. Lower this for faster animation.
* `LOOP` set to 0 will infinitely repeat the animation.Requirements
------------
If you get an error, make sure you have the following requirements installed.
* ImageMagick
install with `apt-get install imagemagick`Troubleshooting
---------------If nothing happens when double clicking `GIFmaker.sh`,
make sure your files end with `.jpg` and not `.JPG` or `.png`.
These are currently not supported.
Try renaming the file extension to `.jpg`.