/webp_to_gif

Simply converter from webp to gif

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

webp_to_gif

Simply converter from webp to gif. This script takes all the images in source folder, convert them and save the result in destination folder. Source and destination are mandatory. You can also choose if delete the elements from source after the conversion.

Requirements

To use this script you must install the following modules

pygifsicle==1.0.1
Pillow==8.0.1

Usage

The script was built to being used from terminal/cmd. A simple usage example is:

main.py -i <source> -o <destination>

Other options are:

-i, --source_folder      'Source from which to take .webp files'
-o, --destination_folder 'Destination where to save .gif files'
-d, --delete_after_run   'Choose if delete after conversion [y/n], DEFAULT: n, default="n"'

License

GNU General Public License v3.0