https://github.com/shiqimei/minigif
π a powerful gif image compressor
https://github.com/shiqimei/minigif
cli compressor gif gif-compressor
Last synced: 3 months ago
JSON representation
π a powerful gif image compressor
- Host: GitHub
- URL: https://github.com/shiqimei/minigif
- Owner: shiqimei
- License: mit
- Created: 2019-01-26T17:32:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T06:24:35.000Z (over 3 years ago)
- Last Synced: 2025-03-17T10:02:48.039Z (about 1 year ago)
- Topics: cli, compressor, gif, gif-compressor
- Language: Shell
- Homepage:
- Size: 78.2 MB
- Stars: 22
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
````bash
_ _ ______ _____ ________
(_) (_) .' ___ | |_ _| |_ __ |
_ .--..--. __ _ .--. __ / .' \_| | | | |_ \_|
[ `.-. .-. | [ | [ `.-. | [ | | | ____ | | | _|
| | | | | | | | | | | | | | \ `.___] | _| |_ _| |_
[___||__||__] [___] [___||__] [___] `._____.' |_____| |_____|
````
**
English | δΈζ
**
# Introduction
[miniGIF](https://github.com/lolimay/miniGIF) is a powerful unix gif compressor with user friendly cli interface. No extra complex functions, focusing on making your gif image become smaller and easier to share with others. Any [issues](https://github.com/lolimay/miniGIF/issues/new) is welcomed!

# Installation
Go to [release](https://github.com/lolimay/miniGIF/releases) page and download the latest version(not source code). And you can run below commands to move `miniGIF` to the user bin directory:
````
sudo chmod +x miniGIF # add executable permission
sudo cp miniGIF /usr/bin
````
And now you can use `miniGIF` in any path.
# Usase
If not installed, you can use `miniGIF` as following steps:
````bash
sudo chmod +x miniGIF # add executable permission
./miniGIF *.gif # *.gif is the gif filename you want to compress
````
If it was installed to the user bin directory, you can simply run `miniGIF` like this:
````bash
miniGIF *.gif
````
# Known BUGs
- Do not support gif filename with space. (Please rename first)
# Acknowledgements
`miniGIF` is a wrapper for `gifsicle` and `imagemagick`, thanks to theses two famous projects.
| Project | License |
| :-: | :-: |
| [gifsicle](https://github.com/kohler/gifsicle) | GPLv2 |
| [imagemagick](https://github.com/ImageMagick/ImageMagick) | [Own License](https://imagemagick.org/script/license.php) |