strukturag / libheif

libheif is an HEIF and AVIF file format decoder and encoder.
Other
1.66k stars 294 forks source link

python pillow support #159

Open muayyad-alsadi opened 4 years ago

muayyad-alsadi commented 4 years ago

a plugin or a wrapper so that we can open images in python pillow

from PIL import Image
img=Image.open('file.heif')

for more information see https://pillow.readthedocs.io/en/latest/handbook/writing-your-own-file-decoder.html

bigcat88 commented 2 years ago

pillow_heif pyheif-pillow-opener

imho, in near future they will get write support.

bigcat88 commented 2 years ago

@muayyad-alsadi pillow_heif has full binding to libheif itself now. encoding, decoding, xmp, exif, iptc and etc...