Skip to main content

Simple HEIF/HEIC plugin for Pillow base on pyhief library.

Project description

pyheif-pillow-opener

build coverage Py Versions license status PEP8

pyheif-pillow-opener is a simple HEIF/HEIC opener for Pillow base on pyhief library.

Installation

You can install pyheif-pillow-opener from PyPi:

pip install pyheif-pillow-opener

How to use

from PIL import Image

import HeifImagePlugin

image = Image.open('test.heic')
image.load()

How to contribute

This is not a big library but if you want to contribute is very easy!

  1. clone the repository git clone https://github.com/uploadcare/heif-image-plugin.git
  2. install all requirements make init
  3. do your fixes or add new awesome features (with tests)
  4. run the tests make test
  5. commit in new branch and make a pull request

License

Released under MIT License.

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

heif-image-plugin-0.1.0.tar.gz (3.7 kB view hashes)

Uploaded Source

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