You can make a simple gif easily with this GIFMAKER
Project description
Project Description
The simple way of making GIF.
You can make gif with image urls or PIL image list.
Installation
The recommended way to install is via pip
$ pip install pypygifmaker
Getting Started
from pygifmaker.pygifmaker import GifMaker
gifmaker = GifMaker()
- output_filename: ex) "output.gif"
- images: List of image src
- fps: 1 frame per second
- loop: 0 for infinite 1 for once
If you want to make GIF with image urls
images = [## Image src]
GifMaker.Make(output_filename, images, fps, loop)
If you want to make GIF with PIL images
pil_images = [## PIL Image]
GifMaker.PIL(output_filename, pil_images, fps, loop)
Support
If you find an bug, have any questions about how to use py-gifmaker or have suggestions for improvements then feel free to file an issue on the Github project page.
License
All of the code contained here is licensed by the MIT.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 pypygifmaker-0.0.1.2-py3-none-any.whl.
File metadata
- Download URL: pypygifmaker-0.0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b78fec825bb44999446fdcebd0a24570827ad987c1875c6b706de393f2f7bd60
|
|
| MD5 |
1f8acb6982a543939ddbc4a4f0d593a0
|
|
| BLAKE2b-256 |
dd44273386ffcdc9da8d0c5ba19d4c34394cfe31a617b487d95f0974e3dceb67
|