Basic .gif converter
Project description
Giffer
A package for simpler converting a set of images into a gif using the imageio package.
Provides
A function make_gif() which turns the specified images of an folder into a .gif.
What will the function do?
Given a folder structure as:
└───temp
├───images
│ └───img (0).png
│ └───img (1).png
│ └───img (2).png
└───main.py
where main.py has the function make_gif("./temp/images", "./temp/my_gif.gif"). This will generate a file .gif going through the images. The final structure will look like:
└───temp
├───images
│ └───img (0).png
│ └───img (1).png
│ └───img (2).png
├───main.py
└───my_gif.gif
Example gif
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
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 giffer-0.1.2.tar.gz.
File metadata
- Download URL: giffer-0.1.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5de7dfcc759b7f14aa1be97b33918220f11f532da6325ecf1d0378290d21a5ca
|
|
| MD5 |
e3b59db79e8652290123325333ab9b66
|
|
| BLAKE2b-256 |
b608ef3dca5047d49f9ddb2045730a4662ee3d183ea11bfd3f796fc31c0a9e64
|
File details
Details for the file giffer-0.1.2-py3-none-any.whl.
File metadata
- Download URL: giffer-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
727dfbf41904a19bad78fe1d83c1d27ac464db110c249fd34107c3b4725cc058
|
|
| MD5 |
1949de887e60492f716fd02ff2129619
|
|
| BLAKE2b-256 |
f42820907e6c7c5e5d884abd75b75dc7d85dc196030a1bdb880420d4cd520651
|