A package to convert images in folders to GIFs
Project description
gifgen
gifgen is a Python package for converting images in specified folders into GIFs. It provides a simple interface to create GIF animations from sets of images.
Features
- Convert images in multiple folders into GIFs.
- Customize GIF duration per frame.
- Simple and easy-to-use interface.
Installation
You can install gifgen using pip:
pip install gifgen
Alternate installation
- git clone https://github.com/yourusername/gifgen.git
- cd gifgen
- python setup.py install
Usage
from gifgen.converter import convert_images_to_gif
image_folders = ['path/to/folder1', 'path/to/folder2']
output_folder = 'path/to/output'
convert_images_to_gif(image_folders, output_folder)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gifgen-0.9.0.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gifgen-0.9.0.tar.gz.
File metadata
- Download URL: gifgen-0.9.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2116769141b39b849ce6487ec31979813259a696dec59b74191d7ebd398cc370
|
|
| MD5 |
6f41422f059d8f7638182d28db5c20c9
|
|
| BLAKE2b-256 |
2b71cc443f23ccb8812f29540824fafead132498ccfc844e058e7e980e78ad8e
|
File details
Details for the file gifgen-0.9.0-py3-none-any.whl.
File metadata
- Download URL: gifgen-0.9.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0107ca547e3d491a36abd343f41d0370c0684122497ac21360522e1af318675
|
|
| MD5 |
5006cc0c8bec21ecdcfc13b82b1d66db
|
|
| BLAKE2b-256 |
dce49193acfb5bdfe521fae153afd58916c891054575131393b08ea43a42aed2
|