Skip to main content

Python interface for libheif library

Project description

pi-heif

Analysis & Coverage

PythonVersion impl pypi Downloads Downloads

Mac OS Windows Linux Alpine Linux Raspberry Pi

This is a light version of Pillow-Heif with more permissive license for binary wheels.

It includes only HEIF decoder and does not support save operations.

All codebase are the same, refer to pillow-heif docs.

The only difference is the name of the imported project.

Install

python3 -m pip install -U pip
python3 -m pip install pi-heif

Example of use as a Pillow plugin

from PIL import Image
from pi_heif import register_heif_opener

register_heif_opener()

im = Image.open("images/input.heic")  # do whatever need with a Pillow image
im.show()

8/10/12 bit HEIF to 8/16 bit PNG using OpenCV

import numpy as np
import cv2
import pi_heif

heif_file = pi_heif.open_heif("image.heic", convert_hdr_to_8bit=False, bgr_mode=True)
np_array = np.asarray(heif_file)
cv2.imwrite("image.png", np_array)

Get decoded image data as a Numpy array

import numpy as np
import pi_heif

if pi_heif.is_supported("input.heic"):
    heif_file = pi_heif.open_heif("input.heic")
    np_array = np.asarray(heif_file)

Accessing Depth Images

from PIL import Image
from pillow_heif import register_heif_opener
import numpy as np

register_heif_opener()

im = Image.open("../tests/images/heif_other/pug.heic")
if im.info["depth_images"]:
    depth_im = im.info["depth_images"][0]  # Access the first depth image (usually there will be only one).
    # Depth images are instances of `class HeifDepthImage(BaseImage)`,
    # so work with them as you would with any usual image in pillow_heif.
    # Depending on what you need the depth image for, you can convert it to a NumPy array or convert it to a Pillow image.
    pil_im = depth_im.to_pillow()
    np_im = np.asarray(depth_im)
    print(pil_im)
    print(pil_im.info["metadata"])

Wheels

Wheels table macOS
Intel
macOS
Silicon
Windows
musllinux* manylinux*
CPython 3.10
CPython 3.11
CPython 3.12
CPython 3.13
CPython 3.14
CPython 3.14t
PyPy 3.11 v7.3 N/A

* x86_64, aarch64 wheels.

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

pi_heif-1.4.0.tar.gz (17.1 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pi_heif-1.4.0-pp311-pypy311_pp73-win_amd64.whl (2.4 MB view details)

Uploaded PyPyWindows x86-64

pi_heif-1.4.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pi_heif-1.4.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pi_heif-1.4.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (956.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

pi_heif-1.4.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded PyPymacOS 10.15+ x86-64

pi_heif-1.4.0-cp314-cp314t-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

pi_heif-1.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pi_heif-1.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pi_heif-1.4.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pi_heif-1.4.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pi_heif-1.4.0-cp314-cp314t-macosx_11_0_arm64.whl (960.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pi_heif-1.4.0-cp314-cp314t-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pi_heif-1.4.0-cp314-cp314-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.14Windows x86-64

pi_heif-1.4.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pi_heif-1.4.0-cp314-cp314-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pi_heif-1.4.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pi_heif-1.4.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pi_heif-1.4.0-cp314-cp314-macosx_11_0_arm64.whl (959.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pi_heif-1.4.0-cp314-cp314-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pi_heif-1.4.0-cp313-cp313-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.13Windows x86-64

pi_heif-1.4.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pi_heif-1.4.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pi_heif-1.4.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pi_heif-1.4.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pi_heif-1.4.0-cp313-cp313-macosx_11_0_arm64.whl (959.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pi_heif-1.4.0-cp313-cp313-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

pi_heif-1.4.0-cp312-cp312-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows x86-64

pi_heif-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pi_heif-1.4.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pi_heif-1.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pi_heif-1.4.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pi_heif-1.4.0-cp312-cp312-macosx_11_0_arm64.whl (959.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pi_heif-1.4.0-cp312-cp312-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

pi_heif-1.4.0-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86-64

pi_heif-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pi_heif-1.4.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pi_heif-1.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pi_heif-1.4.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pi_heif-1.4.0-cp311-cp311-macosx_11_0_arm64.whl (959.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pi_heif-1.4.0-cp311-cp311-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

pi_heif-1.4.0-cp310-cp310-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10Windows x86-64

pi_heif-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pi_heif-1.4.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pi_heif-1.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pi_heif-1.4.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pi_heif-1.4.0-cp310-cp310-macosx_11_0_arm64.whl (959.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pi_heif-1.4.0-cp310-cp310-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

File details

Details for the file pi_heif-1.4.0.tar.gz.

File metadata

  • Download URL: pi_heif-1.4.0.tar.gz
  • Upload date:
  • Size: 17.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for pi_heif-1.4.0.tar.gz
Algorithm Hash digest
SHA256 e1199d9d41d9ecc877cf3ae7322ff099f6404574f2e62da47590cd4ecb9ec554
MD5 bb76808a92dbbb4eec44bc96036391ae
BLAKE2b-256 6aa270168b601b41bdf5726dfc8dc110eb4052a2e851fed9c9bdae95910e401d

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 43241a5fb8a34bd6c822f47022e9b53276db7f42379074e281da2053ca0eca0c
MD5 3a49122a11cfdc9aa1ee059f4db5e56f
BLAKE2b-256 c097c9e13f864dd2647dc2a231bdb7fd4c8e78362eb9801f042feb0f2356b50b

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13beb46287e190fbaeedcf157a2be6f9ac56a9e91d7a7a7de9264ea2f195643f
MD5 d5f9ee8bc3d4d6f3b369354dac6138fb
BLAKE2b-256 140ea9fac916c201aff86e51d1bb6ee1565334fe43fef18acedf3228af48a921

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6c5fe6ca4b5b5e6c9d2d645d30c8cbd9a4fc4087aeb8b45f2872729a5f568b18
MD5 b62b930701b03323d85d3cac343473f5
BLAKE2b-256 9c22a4ae6a69a89ce499dcfa26f306bf3de1802bd0e5231311c25ab05f4074c6

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d1577df3172de68ec095cd9b7fc065f396093473f5826a6a82e07a7d26af2af
MD5 45e9ec35000d1a2c1ac40593a16f511b
BLAKE2b-256 505925f92e8bf833c67f90edb80734fdc50a71becde90d877d0d6f822883222a

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2395973961b19e7d72f31f8283279dd0112c20d892e35417ebe09fb8e54c6f51
MD5 893076356186ad7319564780db5932b3
BLAKE2b-256 5f4a376d99ce769353df9445e76fe8f4072a854695d57da65d67d948c895dfd3

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pi_heif-1.4.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 04f5648d670e33aef5d0bc6a0f1875efd6093217a826a6d123cbac6022434a70
MD5 9b0817419848c7a3ba31c6258125951c
BLAKE2b-256 e77582467e303e3e7eb08966381645bbaf1c5b1f1d21d40baa65dc51c56bb7fb

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9400e8f27b13646bcb3bac2fbdcd8903b6f8e03dc269aabb3d852f15245b85ee
MD5 05a69b57f06ee07edc26205af21f9385
BLAKE2b-256 1b418935ea651b6c8d89bc1ff60e73f6137e654204c3b4e39f0bc588fded6c27

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 055610c9eceb621f51117ab1900d4a9a519824427428c93a3c546b4e39e72df3
MD5 d5b966adae35161392162ef61b348820
BLAKE2b-256 e11622f0c4729cbf4c4d11100fea73e44b37e3167afc969ef5f77fca267f6c68

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6c791710e3d152637123ad204016fa6154040b1957e95fb1cb234014c423a0a3
MD5 ace0450168b7486aaaa791b0668308ad
BLAKE2b-256 eeeb86ea7e4869f38144aab8981c0f1660cd20dc2be92d81ece65c6ce5afd922

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d0f2512d2e03ea33777c2ca3f1bec33db260bb9dd013ffd350a20fe28452d33f
MD5 3e97c56f027b09494f513c09944c6670
BLAKE2b-256 d5144c87a33d05b2c39c78bccd86e34dd807403e7e213f2fc1ae54ebb38f99c3

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55f9b4567b84b72e39fd62982ab780631cad71ebe082b6834ce300fe46fcc389
MD5 940bf38a9364731943754d31ae52b5b8
BLAKE2b-256 217e1815b5bcd40597dd9b2600f33e8d28fedeeb33fe0cc8c5f331b36c4c9b7d

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0da6168084d6c50f6a44538273f58d3aa2ec96ebdc3539efd65ecb98a1bb08e8
MD5 994464002549bbb137c95202bf5d1957
BLAKE2b-256 f559e539c90fb7f6c53b1f0f2d265fcd6e2010f99223664add8f5e08874d912f

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pi_heif-1.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 743b971b9c0d35be8435702443596e3e9280084e68fc8d5c4de4b31fb12a1417
MD5 314cec10bec2eb60ff61f9641cf6bc63
BLAKE2b-256 a6671373582c4bfa3ca2092befd5555fc52d581fc34ad4a5cb0d8401d7f847b4

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 229af3701358ccc3428081586fe4c11d7badc8dbf995aa686cc4f0344c3966dd
MD5 a8c2e03837059c3f50361868c85b22c5
BLAKE2b-256 c0bac9873a94211eee70e142d764b9373abc423118e9b03fa8bbbb5406fbedee

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 939f8eeb63a3897357807766cf0eea3fca3310427ec66a000b86ba1f30af21ab
MD5 d07a32c7a51ed2aa578601021833cdaa
BLAKE2b-256 59e4013c64b9f5c300a8f5d2621ad6c4262e01b7311dccdb3734a9cadc4ebfc7

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 298a84c8865a2fa6a795bdd9e532bfa07dd87a6b289caff03b26a0993c06558b
MD5 0d99c7eb63d058c352a11b26e463564f
BLAKE2b-256 913d2973bdea79a7886479089f596af4e99a6d980231d848daadb12a5fb92145

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f5ecc06e86a0170ed3782ec27c854b5b334d44d7651d5c0bbff0c123ea44d5f9
MD5 670fa088b96eca49c9c3f7979c3cfae3
BLAKE2b-256 ecb4ccc8a00b74af6e7b33a670a5a58b82e9c04be9a95c02246de36dbe02ba8d

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d5396f500e70de167307e0cabcc2b3895d2e623ad4243811f44d578b55c9e1c
MD5 698c747fbd9f19fc5a47fd17d101dabf
BLAKE2b-256 f54a49ca58461582c03984957d87066ff3f3106e1e97b4893442ca3f2e623e77

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 13eceb34f2bfe06b1e59296e958a67cbe864adb10d30e825890e54111b895aa0
MD5 4d2159f9c8979d2580a2963cc0a4c542
BLAKE2b-256 3579eb28acbc84d7a62121c90d97b4e5672f221d4cc1e856f81ac590d40a1080

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pi_heif-1.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for pi_heif-1.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7692b50e0305170502fdd0657b31818e724f9630629bdbc05a91b10a7979d786
MD5 72d08e2a3c9ca26ba4d060dfb60f7b5d
BLAKE2b-256 0a7ff1c748d8fadfe4bbde5960c83abacef7fdefd7242b16002f37e4e5f54b94

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 406584a8f6d1d59f6d401af3d434f3e6a9df5c49681f87023c602f755c647b4e
MD5 22f59fde7296584c1595194cd90d6fd9
BLAKE2b-256 bc21f4758d8208f59229a0f9f796485772ed8d21e47d7c10b40e5277245bd1f5

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21a907c3ba6b72ffa97c308aa5678764be82b5510b4f0b67a9d50fdb99e0935e
MD5 37abe00d90bc2a69908fe6c75b3fef60
BLAKE2b-256 26b0db7ccdda10f788f98fad033b39b332be6fb2c317f151022101be5c271f68

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2fd498fabcdc77159414cccfd966ca48735497fd8c038d1b0135025f3cceac90
MD5 b78787ef0b54bbd8e072ccbab5450116
BLAKE2b-256 50a859742173bc4c9c4831fbea9c4da542b9e28782bea13df9dc9d7902451369

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0cd041cdf552019737f665fdcdf9c831ef354785a92d930d7f546ba9959a0284
MD5 32b9da079c812b377379f4385b24cbc2
BLAKE2b-256 7709e2f51a7569f5950d52e8d1b140f10bdd62aeac079b7e1af11fa16b269cbf

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c95f5cf99285403698fc48436a05af01d4c38cbedc01949dd4d96f53590fbd33
MD5 da2620d573b83d5e245315cf36e9d50d
BLAKE2b-256 c59e22a938ed3d56451e42f4a0383fc16cdd04480b16244f4901ec92f1306b4a

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1c7d6829532ff6ac195e63879b399530de8e693a621d3755581574da7ef74676
MD5 9d61303570bf6c791983fe9f1bdab183
BLAKE2b-256 f1683a1d43994865829ae5c2aea40cefa85940b709009c1dd03914a220fd21f9

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pi_heif-1.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for pi_heif-1.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 81cb473227b2da35bfd7c69a12764f664d91e44b0ec2547cdfe5ca6b8b52cab9
MD5 bfcabfff72cb3014b2d7b7e2f7bbec19
BLAKE2b-256 3b63d3b8597da25b0dd62e587a7089ce40dbbaa72449b2680f26220fb6a7688a

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b58514d1b76fb488e4f78ac4717371c8077f6422298d0fc9a21c2fa72d8907b
MD5 ec058f6aab0a3a3805482678fa4029c4
BLAKE2b-256 0ebfcd127c7cd1cfe6fcd7c49d203b1384ccda9bd0ae4748cdfd8dafb486cda1

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4fab02de6b0e445d8e7ab2f232338e242d6b5b54c0bddf12959ede248f176518
MD5 749469b7e6759d50e0103927e2bd374d
BLAKE2b-256 b4eb672a162c58e3a16acbdd8407e4dac8d4f86a945f3bcb61077c99f5204156

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 482bf2d9b26f4e3399a304bb8d14e01aaf0b806f22615e2cc98a0bdbda895d22
MD5 de64363f3d3dd263074d22c22ae15685
BLAKE2b-256 20497d95867e0190e7396a4ee2d7951483d03c02d803f05d22cf90d401a6157d

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b4cc3a6a55d31f7961d7bf16103a47704adf33c06209d9f86351caea2084c40a
MD5 40e9a65ac2ce45f4dd022d42f0baee8a
BLAKE2b-256 21ac96a896a984923bc0de64c6c68e0dcd6f0c2d9f33d5e13f8294fc58b2ea9c

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04d5b253bc463839beb50ac9fdf9f13a79125ee80346a53030f43962e565f928
MD5 2dd08942393d27af2fac0f1774428aea
BLAKE2b-256 dc8e5367ffae4518b884218d3a49e28edcb0dbd28e71ed67a7eb0a1c82ac4f0c

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 58320bee5fac8923aa8e09439c7e8778ba4afb146d2cd658be9f4160cb72aec3
MD5 62492222e927fbe3e3f9301c27194214
BLAKE2b-256 7bb4abfa8d2264144454c1bb18b0339a35bddb1010c078429ced386eab58246e

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pi_heif-1.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for pi_heif-1.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9b568e747e31dfc4ca09d5464e8d9475eb5958bf5289767c38280920f6454ba0
MD5 159938a29a1bba0023df556a801e0313
BLAKE2b-256 1619b5047514725f4708d82dd6b1184694e5d32e3fc432558485c540f84da0f1

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 759dc764b45efcb62c1ad26355c7d46be1ed5d5e93e86fe19992ecfeab305e7a
MD5 d9b1139488e32f123f650fd4f3629e25
BLAKE2b-256 78b2a667c3a5f027fdd3673efb212560828ea852527f46b99e850a3edc36076a

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4f83306843c80ccd4784cfd73ea78a96a59abdfbb0fc16b2646bd76b8fff438
MD5 49d96dd0cca0c5c3d27a5d5550e9cc3b
BLAKE2b-256 88c9916e8850733699d21e3779e8614458145f646d4a47d8f671142cffaf1fa1

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 48554de1080094557f75d090bac1b8004850f11b2be91efe7de9d51d6d620f81
MD5 59403b45a782d8748d2aff1088ec6a1f
BLAKE2b-256 fbb7864ed7b2c1663b004e8bff2fe0cab23710839a636c65d405047b71a33678

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8789b56a4eb1bda9ec3479e22537f20a3e42e98e145dfc4825ebf5ec945cdd9
MD5 1b967692615b886cd4d7a8aba9145d54
BLAKE2b-256 06f0a6a60e848466c506280fd996864c545ecf90d69a6a21701b543f5f8ee766

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dafa2ea7e7ff594f64fa60e0cd25b3dea9d200277d7aed9fb2b73835fa41fb6d
MD5 0d6682f2642dbe99256f2a17eb24d69c
BLAKE2b-256 e271d027a0d3102cdf76da416a30754baabc6f94ae1b84dc9c467e572f9808f1

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b13e807418c60f1b6bda75a2afe9bab4dd1b47b4bf393fa45eff0f3bd884e74a
MD5 b72f8294d4a09eaec0c4142d1b473441
BLAKE2b-256 1ede9f1414c732781b7ac13a5879bbc9709aa17f97a7f176345ff7d68b62ae8a

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pi_heif-1.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for pi_heif-1.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fcfb9422c9c9c8f84d6a18ebf256b872556bf4f05697430e790a16bb197a8f26
MD5 27e1ad9469455418d3c21bde54d5f6bf
BLAKE2b-256 03f4601f0a15a5ab5987f7e65d1cf416e07af1536b5bee5f2061bd66e3aa3744

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1acbbc08fe2a85a58c1dd4c2bcc247f37b50f07e6842bc1d7ff6fa2162236fa
MD5 6663e24ce169b33240feb0dd4c8d8683
BLAKE2b-256 0c8e50eb30c18ab03c570fd5792286c65417ac6991db7e931e6181f0f24c33ca

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8aba0545e1c54a05b8914665f2bda5ae4826e34eb779a3d2a7f613931d1d14d
MD5 a95cae382f72df00c972fa05a3b0fc43
BLAKE2b-256 e991dbed0d95c1dc1c791e66332a59d49809d514c4558d760aa97f151a50bc52

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 97e4048cbddc3d0d7b0c629f02c9d5e4f911b4ae8e7c088a0c315487b972f405
MD5 f6e2511a563c82286794166e3d776b67
BLAKE2b-256 56eb702e960ea90a2098f9deab023ae20518258478d13349b9e4c1774b4fdb46

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c1d598f0afa3eccff8aa27d9bc4fbb68a39931d6937be57379fb9ee61d5cd8b8
MD5 c41d0f24f832a6fac3ae74d037267f53
BLAKE2b-256 45c58fc0df0452a4cdcd4cb5525708279bb9331f522e2c62d379b3f30bea7720

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eeea6d0291bb16f674b2de5088630c580a101b90bcca4990a7dca236959cbf9d
MD5 bf43ec33721d7515a981051e900cec18
BLAKE2b-256 f17e06551546ed9d9169c2b83cd267f11e8cb3813e0223ca34b55be87233b41f

See more details on using hashes here.

File details

Details for the file pi_heif-1.4.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pi_heif-1.4.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a72f81f7837d298c283e893d4f8805a1eaea9c55df7dd0efe8615a6511bd5add
MD5 e309c3ef30a8b69422f551b052e4febe
BLAKE2b-256 8862fdd32400ebe46a357aede2ee691edd06738c7b794345c153b2421a236301

See more details on using hashes here.

Supported by

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