Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pypygifmaker-0.0.1.2-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file pypygifmaker-0.0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for pypygifmaker-0.0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b78fec825bb44999446fdcebd0a24570827ad987c1875c6b706de393f2f7bd60
MD5 1f8acb6982a543939ddbc4a4f0d593a0
BLAKE2b-256 dd44273386ffcdc9da8d0c5ba19d4c34394cfe31a617b487d95f0974e3dceb67

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page