gifering

A cli application to convert a bunch of .webp files into .gif files


Keywords
converter, webp, gif
License
MIT
Install
pip install gifering==0.1

Documentation

Gifering

Convert .webp files in .gif files with a simple command

Gifering is a very simple CLI application that helps you converting a bunch of .webp files in another bunch of .gif files.

Usage

It's very simple, really:

gifering /path/to/webp/folder /path/to/gif/folder

All .webp files in webp folder will be converted to gif in gif folder, with the same filename. All other filetypes are just ignored. Gifering uses Python's Pillow library to do this conversion.

If gifering finds some webp file with the same name of a gif file in its folder, it concludes that this file was already converted and, therefore, do not convert it again.

Installation

Gifering requires Pillow to run.

Install the dependencies and start the server.

pip install pillow

License

MIT

Free Software, Hell Yeah!