Skip to main content

Pillow plugin for JPEG-XL, using Rust for bindings.

Project description

pillow-jpegxl-plugin

PyPI - Version CI

Pillow plugin for JPEG-XL, using Rust for bindings.

Features

  • JPEG-XL Plugin for Pillow
  • Encoder/Decoder to work with JPEG-XL using safe wrapper
  • Support EXIF metadata encoding

Install via PIP

pip install pillow-jxl-plugin

Build from source

Make sure Rust installed, then run:

git clone https://github.com/Isotr0py/pillow-jpegxl-plugin
cd pillow-jpegxl-plugin

pip install -e .[dev] -v

If you have libjxl installed and want to use dynamic link, run:

pip install -e .[dev] -v --config-settings=build-args="--features=dynamic"

Plugin Usage

Use import pillow_jxl to register the plugin in your code.

Example:

import pillow_jxl
from PIL import Image

# Lossless encode a png image
with Image.open("example.png") as img:
    img.save("example.jxl",lossless=True)

# encode image with JPEG-Style quality
with Image.open("example.png") as img:
    img.save("example.jxl", quality=98)

# Lossless construct from a jpeg image
with Image.open("example.jpg") as img:
    img.save("example.jxl",lossless=True)

# Decode jxl image
with Image.open("example.jxl") as img:
    display(img)

Wheels status

Wheels Windows 64-bit MacOS manylinux musllinux
CPython3.9
CPython3.10
CPython3.11
CPython3.12
CPython3.13
PyPy3.9
PyPy3.10

Credits

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

pillow_jxl_plugin-1.3.2.tar.gz (1.6 MB view details)

Uploaded Source

Built Distributions

pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (8.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (8.6 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (8.0 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded PyPy macOS 10.12+ x86-64

pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (8.8 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (8.6 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (8.0 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded PyPy macOS 10.12+ x86-64

pillow_jxl_plugin-1.3.2-cp313-cp313-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.13 Windows x86-64

pillow_jxl_plugin-1.3.2-cp313-cp313-win32.whl (3.1 MB view details)

Uploaded CPython 3.13 Windows x86

pillow_jxl_plugin-1.3.2-cp313-cp313-musllinux_1_2_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pillow_jxl_plugin-1.3.2-cp313-cp313-musllinux_1_2_i686.whl (8.6 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pillow_jxl_plugin-1.3.2-cp313-cp313-musllinux_1_2_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARMv7l

pillow_jxl_plugin-1.3.2-cp313-cp313-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

pillow_jxl_plugin-1.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pillow_jxl_plugin-1.3.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

pillow_jxl_plugin-1.3.2-cp313-cp313-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pillow_jxl_plugin-1.3.2-cp313-cp313-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13 macOS 10.12+ x86-64

pillow_jxl_plugin-1.3.2-cp312-cp312-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.12 Windows x86-64

pillow_jxl_plugin-1.3.2-cp312-cp312-win32.whl (3.1 MB view details)

Uploaded CPython 3.12 Windows x86

pillow_jxl_plugin-1.3.2-cp312-cp312-musllinux_1_2_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pillow_jxl_plugin-1.3.2-cp312-cp312-musllinux_1_2_i686.whl (8.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pillow_jxl_plugin-1.3.2-cp312-cp312-musllinux_1_2_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

pillow_jxl_plugin-1.3.2-cp312-cp312-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

pillow_jxl_plugin-1.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pillow_jxl_plugin-1.3.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pillow_jxl_plugin-1.3.2-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pillow_jxl_plugin-1.3.2-cp312-cp312-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

pillow_jxl_plugin-1.3.2-cp311-cp311-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

pillow_jxl_plugin-1.3.2-cp311-cp311-win32.whl (3.1 MB view details)

Uploaded CPython 3.11 Windows x86

pillow_jxl_plugin-1.3.2-cp311-cp311-musllinux_1_2_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pillow_jxl_plugin-1.3.2-cp311-cp311-musllinux_1_2_i686.whl (8.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pillow_jxl_plugin-1.3.2-cp311-cp311-musllinux_1_2_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

pillow_jxl_plugin-1.3.2-cp311-cp311-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

pillow_jxl_plugin-1.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pillow_jxl_plugin-1.3.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pillow_jxl_plugin-1.3.2-cp311-cp311-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pillow_jxl_plugin-1.3.2-cp311-cp311-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

pillow_jxl_plugin-1.3.2-cp310-cp310-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

pillow_jxl_plugin-1.3.2-cp310-cp310-win32.whl (3.1 MB view details)

Uploaded CPython 3.10 Windows x86

pillow_jxl_plugin-1.3.2-cp310-cp310-musllinux_1_2_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pillow_jxl_plugin-1.3.2-cp310-cp310-musllinux_1_2_i686.whl (8.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pillow_jxl_plugin-1.3.2-cp310-cp310-musllinux_1_2_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

pillow_jxl_plugin-1.3.2-cp310-cp310-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

pillow_jxl_plugin-1.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pillow_jxl_plugin-1.3.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pillow_jxl_plugin-1.3.2-cp310-cp310-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pillow_jxl_plugin-1.3.2-cp310-cp310-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

pillow_jxl_plugin-1.3.2-cp39-cp39-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pillow_jxl_plugin-1.3.2-cp39-cp39-win32.whl (3.1 MB view details)

Uploaded CPython 3.9 Windows x86

pillow_jxl_plugin-1.3.2-cp39-cp39-musllinux_1_2_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pillow_jxl_plugin-1.3.2-cp39-cp39-musllinux_1_2_i686.whl (8.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pillow_jxl_plugin-1.3.2-cp39-cp39-musllinux_1_2_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

pillow_jxl_plugin-1.3.2-cp39-cp39-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

pillow_jxl_plugin-1.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pillow_jxl_plugin-1.3.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pillow_jxl_plugin-1.3.2-cp39-cp39-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pillow_jxl_plugin-1.3.2-cp39-cp39-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

File details

Details for the file pillow_jxl_plugin-1.3.2.tar.gz.

File metadata

  • Download URL: pillow_jxl_plugin-1.3.2.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for pillow_jxl_plugin-1.3.2.tar.gz
Algorithm Hash digest
SHA256 79f0687a4f3250547e02b852e79966f45d9786467bfc8dc6b1271011ef14ff62
MD5 200af0885df54371b7a107d77e02c3a7
BLAKE2b-256 7de1fd4350a7ad464793c16024eeecc105edfe4e533f0e5ee43eb46925645349

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b74f449253432a5ed973d380de3c9ac3b4b5efd12b350df08f4df4fed6a14962
MD5 0729bd35883a2dd555d40f2618e109fd
BLAKE2b-256 43b83a4432bc9361482fc80a721bcb2e6c9db1fc5c3f92a503979d12d55448dc

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 53a223683f133477f08ae3bed4eca1000dd215f1d1c25d627d1a5b2d768d0276
MD5 2659d787066eeaef057b9770417d87f8
BLAKE2b-256 69b2ba6e9331ecb9a7148aa8548603661dc397d7f22a40474b8cb76fc98d6ef0

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 28b255be801d37d77cb84e8cd72ac15055c272c8edeca532f2801b6eae3aff54
MD5 52155d9894de5f638d96b40ca3a4e021
BLAKE2b-256 e9d94dcc1daefd80fe57d1226d5325c117e8a59d3d11d181090870e04e954a82

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d31cfa05747ffa5f1d0cc3888f264589d6d9aeacf7ba3817fce703a14bf5180
MD5 35d0710eb9836e83e2e3f7011b2d3c1b
BLAKE2b-256 b5430240ffffee39c041c51c0754eae6183b846389d8446fafec2e0c14bfdee4

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28c4d7ce998bd8010c56e2b67f668811b577fe71fa80a1b332c89fdcdba20e00
MD5 12739ee4b0fc84333b9efae1a336fe73
BLAKE2b-256 ffb695d4df0a0e6fffd53e900a38ec866cbf1755754e66598e5640729bb4361c

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 525c01bc9ef3d7089faf75ff9c66925cd5fb3901ec2786c3647c2bf3ad5522ae
MD5 161abc6346434d4d73d251fec310c4c9
BLAKE2b-256 df2f6baeb946967a0c9e4cf5e839ede291fd8f94ac22bb65713928bdb8ac1b70

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa6bb1c2e49e7073843c4ad0c056f2c95a6913ebfebab1cd41c1a5e48ff32f8d
MD5 cfd050c256ed13853960cd24716d8750
BLAKE2b-256 d66ac82ada0f21e057f55f65c05ad86c53309f3f1e7eb795804a77b7b70e14e4

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 46182d7bb0c99f2edc1d14bb0e7a53347eb4a5c82b80586251cd84c2544ed549
MD5 e73bfe75f218150262196d280c584011
BLAKE2b-256 83e21696ae494e64bd7bf54baa5eed18cfe11003e004b7eee025b7adbef0839d

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 002a578c10033af1c9fba4c9f53e25792923d260257084b0fb4cd6558498bbe7
MD5 601e8676fc83ee45680d1b180e6a3a2b
BLAKE2b-256 18ceacaed0723df9b96acb841ace7213ec7ef4331ee8b23eb8352b4038a9ac4d

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 329878fb1be2b60ea1bbb4209f8ed94e110ab49929c6119e9afd536341c3ec94
MD5 bfed64f367440aa636ef06a08de35257
BLAKE2b-256 efebe86678dc1a19f8db2d2d5fa6c504fb8efc9ac4d559b400747acad4250cbb

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 547064693d81902da595a8e0e98f6cddb0accd34ac6db52a32cc057f8dfb6ac1
MD5 d70fff265f7ea994d0f69d5f5338e932
BLAKE2b-256 e05a4df24d492edd4ab6ba04e9b8790d00b8bbd53bea08161e89de812db6c703

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 814e01a9a978774aefef443d80b488da5aa99eb62b7dda823ab83411aa8317b2
MD5 95de5f08a4af0a06d6c4dc83ed7f12c3
BLAKE2b-256 6c88faaf0d74351c2cd6f7ab2b557978de6cb19314a8ad6c5b0e27f03ed5a9c0

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c061378d3540b329e940819c497425697e92442abe89fbe1406744828f940109
MD5 734c143e867c840b3979ed2d50bcbffe
BLAKE2b-256 e721cd44b76ffcc5e2a2acc9b6f31ee275747284db884f5300bd5be447a81a2d

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 66f963c9f50f9564f7afd4f21599a3b342992cfbce4ab88f97541cc89dfe1ff5
MD5 4410d8fdce2191cc808ded30bc5d48bf
BLAKE2b-256 7485b70a2b43d601935aa9fc556eab5109bc9acd2673350f4f3087261b7e67a1

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b71f733f4f6d9698b58cb7c3919470a00e0a228ea6eb843aac9548f7d7ff905e
MD5 9d4243a843fecc1a85bbba76bd4beed2
BLAKE2b-256 c10273597d0c08c0519d9ce5f7f57919d98afa9cded9058cbc362091e4887ab8

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ae38eb34bf327d042da03be41d99169187ee246de6bb68a3302700d06546f8b4
MD5 90f249bc014e2df7d2851a98b002a45b
BLAKE2b-256 5d9abc2be492b01c2c674894897308f4d65d7397450bdf3af381df934b05b35c

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c18ee287c1cd2837c7e7f083bb16cf0c97c5f51edd7da4e6acaf6fb424a20755
MD5 1e8f91cfd8b07dcdbeeb2450c50576be
BLAKE2b-256 1d3f954e2a4931b39e95d3cd60d7bc13d87bf988bbc52071e9ac811c12324612

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 fbdfd2708b5a3db7165d25f73d662dbaf82235db588ff16eef21b9b4246e369a
MD5 672778f9835a458ff1ce771d475ab07b
BLAKE2b-256 3e848d4d699b2a53756268479ba4d326603125b37c93cf6d957340a1726562a2

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df9ac62e22a8603a2b12abb967ee406a8324a96d348cd10a5a4e07b050cd7cd2
MD5 77a435d6aaed7796b77573fb240dd571
BLAKE2b-256 4022be27816ce1b4ca42ecfd1c6293c1a3f80f1e257b6704aa4bcbab0e8983c8

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5548dd069929f5a6b49f09f1b457ad5c8a387c7fb58199bf8abcf2bce02c8f5f
MD5 a5323925c019d050de2c920295aebf7f
BLAKE2b-256 69f3afba69f03aff8f6863752b4cb002d639875a174c8e1891bdf2eeb0afebc1

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 25630e65f961ba7df67856db3679e2b4dda6aeaab17d3e034d07e28ae7115d5c
MD5 6bbe06fa793cdf3ead4a4844b2adf90d
BLAKE2b-256 920c18200349b7e7557f50c977ef85ecd08160a142317b35903b05352b46e3a9

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d1c3d757efb19b8fa44ecf2d31b831b10b155d1fea0678ff36f1d3df46a0ce9
MD5 c2bd3e650f93ab1e97556ec845f8e07e
BLAKE2b-256 e6df6091fc44cf816dd632dc5509258acf0754d72170fbaebec25aa9b7782df9

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa4e91efb78b0516495b9a8b60db4d2412282b4f3cd664bc52c6e7d6908f7c15
MD5 006ba38e3803423638d86dcbaf6383ab
BLAKE2b-256 9b70c04069182ba82b1b43e089b4dd7440e60ab856c6ff88dc32135fc7501682

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fbfa72f9bae5a343196caea7ee0a9a835e5e2130ab669b9363eebd6fb8feef9e
MD5 8643be7c00fe4512f9c064acb99fc848
BLAKE2b-256 c3c14c4fe59e5d9fadc76d7c32c1a0aa901dbdb95e50aeeffcd39d46ee8a2316

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68e45de831dbcc04ff0cc5da79d5a142439c3a802276a54395887cc7b95a612a
MD5 bb2f8f4756c979c4f3519a86d6f608e1
BLAKE2b-256 76959b0809eab7f441645a101324ee1b27870466b69cffdc0d439e80f38088c6

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0a8c82e930824b939f5575089e869df011dfbb42807192e096e7b026d8d24d64
MD5 98321ba2392495dbe2f0467cb692f42d
BLAKE2b-256 8739b0939debfd4e1cc64cb8673135c72ac171b8b06e12b871d0999aa05c7353

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d228aaea26fbd8646a1d1a10047c490a057956019e830c8ac87eea0c537e2645
MD5 85f68432a12e881af556bf8074356392
BLAKE2b-256 e128ec2d5dd0599ddff11d325203628a3deda9362fd2d96e8a8011bbc72d6c13

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9f60d961299f287819eafc0ad0453b356fdbedae5ca047f5fa77af07a66f313f
MD5 68ce48b60d5b3d389ef28d3cb2718633
BLAKE2b-256 e10da20ed4a20825cc00a0c61e53e1746c0274a22d0a8d5d2821d4fe5136b67f

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56e159a9ecbd565e5c37161a92a6b74ac127eae9de6a1e2523430278b076b2b7
MD5 6e896ba8606ad2df83c44d5f506f2ce4
BLAKE2b-256 5c56c93803787727ecb2d45eea27d4ccf596722d4f36cccf5f0efa305c277f83

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d1f73a4d16fc4330e857d3a0d77b4f636bd800351c001a212789db319696594f
MD5 4fda425c3d9f04153e37706edb44fa46
BLAKE2b-256 7b38954b0945ca49ec8f1688ad98d9dd0f7375467bf6864830d1e6fbef68ade7

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8c09bbca2d9fc9b0a41d01a94b0f12a44fabff1fb5842edd0aae204ce20bd334
MD5 fc27e864b5d4d46d2d3a81a302b9931e
BLAKE2b-256 4fae8e51f9939d0f893f3a7eddda9cefa0cda80aee7d6a4ef2901274d602bc23

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3dbc9ee87ba0ba00460e6c73ac6ae14c342f3afa13d8698a98a38e855bb7c10b
MD5 0927e8faf1424d7f75bbe2b8ad34547f
BLAKE2b-256 d93dbaa0694365e67a283462bd0139815af0d4d7aa9b2d946f9fcd0080425352

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d9a9e496b72078805bf25fe6250be35ea3ffc46df82b326daef0b13213c2a20
MD5 7c641d5a34b7394124284202ee5e611d
BLAKE2b-256 14ae43f41935fab2d7ce9728e96e607f7369ad3251f620fc7225b4353871ca5f

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd562f094be3c03d87503e40c3a324dffe100161795629d465d0b35b6782f9a3
MD5 2cfc4f64e961b4b064c8cd733dd3b236
BLAKE2b-256 8f9930983d62c8fa28ca3ff83e95e93a0213c9365ca4f80b234b23b33118cc10

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 abaedce26925452cde19cf3d5e1256f8aee984147cb41dd03c1af824e0cb69a1
MD5 5df5776378b621aa336dc9d9f986afd7
BLAKE2b-256 4d668f2f5c7f8b80047f02cc0a97f7ae3946b92cea4dbcccfdb94554f31915b7

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5d02756242469bc65bb0c70d598bd6edee1fac56d9e2886fe9a2ba81113e5e5a
MD5 11954dbde50bb5c04eff768ad550d47a
BLAKE2b-256 1f5428eb4e360c2c184b209c252d91cfcf20d81412677da1872686906eb81acd

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b0dcf7c631a9030987c57cf156ae110de6d4791b14f1aa5ad805a180542ef894
MD5 c223f0ba36955875fcbd88d83090a134
BLAKE2b-256 bfa24772060415d02c70c5f6e84616478577d7a5045ed5af30753b9163835a92

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 aa793e80562cae8c9bf3c35272d1144743221562c98a5713878a5a0e1e6c76c9
MD5 d2ea4d4607555ae08ce8609a58c323e7
BLAKE2b-256 ca361699d751e09bc5a4ceaba15a88725d7959a2c53b35a86170d4ae55715c3b

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3e6be211e949dcb0b9b529bf3e58648840c783557620bf0d5ecfe9f004e304a
MD5 31da4e0cf04ff2bfcdf458e5cbc02c16
BLAKE2b-256 6b680e9581c093a49993bacd6639784b60918e6e2dcefe25ba5c106cf5a57746

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f4c4b1838278e6dbb9ba1b757b67042ea70e1f190b341b33649ca99002572a5a
MD5 a84f399a8495e266973033bcc782b20b
BLAKE2b-256 5669b6948bf6e0d4c34cf568d82ea41c38ad44c8f16519df263c0d43e96d411a

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fd60c3f9b16306e86397938edbe5d2f2ef4f9636b037436b114cfc9844a6b664
MD5 f282df163e1ed472740e28f991c5bee8
BLAKE2b-256 8e1257dc1ff61a80b0abc5e327425fa2ba57de3fd502cea8837a43de746691fd

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c01195978f9234a263c8e5d53d85c55a665151ab68bb1270ff566d1b145fbd54
MD5 403c1c2e77c37b91371a101d0ad9bf29
BLAKE2b-256 e1d06948481a386e66c0b4a9de2b2aa43bf8a54011d18e223e9ae68dc0b140be

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9580d5111a7cfdffbd1353f16317546014075d8c1fef9458dd9d7fd06f23d282
MD5 86c2caa3317b9a1816b57fde40c0f20a
BLAKE2b-256 9578dfca7a178b01c89c6846077e53dbafc6e4aede6b73d7ba5a5f447dc4a4f2

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 77aa6803a716c4b367364ee53133cdc64d9529b46a1013759afbbd1733892a95
MD5 c66d014abc59038fe3dd43591979a54d
BLAKE2b-256 acea2a5ed4ee1dcdc47eb252c7ff29f6ed44054c2e8d9f8b8f8dc8a438e912d9

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d02323ddeea9233a5499516006facacd9fff4261e1923ecf8175b30646cad0a4
MD5 eba6140331765c9140cb3ecabdc2ec86
BLAKE2b-256 f656f75cf9446f0a52233b0f8bed234b2f835f32578f6775b81a6e32b5d2a47b

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 69fefb68f374c783051fa450e80b0b7855b31b92acfd66ece64762dfaa885ddc
MD5 54edc1416f61de43b02b8a01cd31f724
BLAKE2b-256 770a69fccbbb1df5fd81c690b3e2e3f9fe783964b65a41a68ba0ae26c3f5efd3

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d62bdd1d587e7a8588a3b195a2053398b38230542c255efe18bdee82e4beb1e7
MD5 11e4fff25da88835f6dc7fbcebe391e9
BLAKE2b-256 d939b78911422ee7f971589cee674760bd019a0b2e86aa336fc4c48a50bbbb66

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a19e91b2d6654528a8aacdbdecbccc58406a22eee5ca3b39f1950994f40ea38b
MD5 2adbc282e45cc48a81c1ef8863c7729d
BLAKE2b-256 26484bbc0988afddeb66b464173ca684020eea2e1e0687dd028a1eb9278680c9

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4125b8969f2cb8a7580289dd0f98e0629c3b1812a87f81f7959561f94e6c2316
MD5 fa79da605bed2d0a39a0174cc707db1f
BLAKE2b-256 aa58b247573773e03f5c01b41a572af41d5d806e4c61e82874629ac3e4231ac7

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6deb3a00ba8a4a6eca005508670f865e52be84075d6dba9e90525c822f1d66fa
MD5 4b0c7683be186cd0ef23580b5e43d895
BLAKE2b-256 bea15c05103538420d73273e6f1fb77062eaefb74cc7cdce009237e3c98bf10c

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e801b7d659326f3d9b0c9ca5fd169879a95f8d9052b16fff08dea32058af72c9
MD5 92dfcff6f5224b2d4a13f8db4ba9fb9a
BLAKE2b-256 cedd1861bf0fc6d20a44f0f22adacfa71f7805327e61580655bc7b72a36b6546

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2459d44a1e30f581d5d64d7281f378d48e175a2033faa8ad0bbe0143d009a539
MD5 a6073874f66d003fc7500274bc8f972e
BLAKE2b-256 873c8b6d43fdd929ba5d54e0199ff18f3e93b1a9816ff2d8e313e58351d5e5a9

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b2d1757914dd87fdf9fd45c8a5db8f2ea17dbd1946c34a01b18981cffb23686
MD5 8ecd0a09d2e048d49170777ca87adb2f
BLAKE2b-256 9761515a8e263972ce9f947a25fd8572ed29a3eb4e2c4fe392b9ec206ac3a1ce

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef7d8a72619a5b3153d22acd5e5a08f1e804196c3f094d23995d0dc9f7073868
MD5 285af611b262ad632ad88be88d80520f
BLAKE2b-256 caa262adb32454b265f2e1bfd572fd4e4013b2633f9bd78e10cab5d6fc200d76

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1835e90e0dc083392d0ae43a14da7e016e1a2d587b1749ecc711d62d57b03e2e
MD5 63e5450f336e429f2b0e282a46a682c1
BLAKE2b-256 0b2b32a7555112b26f3060d219c74f430c059b5a2a6fa20711206ad50af1209c

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2e80701afb838cecd593934fd1eee7074a46009c6b44bd4eef2eba544db726fe
MD5 d760a9f75a0db9f7dbfba3d66c39217a
BLAKE2b-256 b358c48cd691879baaabf8d17fe417aeb0ccb03dc066fd8c53270739ac351707

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0c6632d2424f5c24e86b0ae4e0c0c039c432cc80ab02a11d52ff2560fd160e7d
MD5 b020daf12cc28dc69773d6c04671ba19
BLAKE2b-256 064315c0d048c29055364b7c633047038ff62b16c4191fc5693b114bafd7e3bd

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 27c2a4c2a192444a3ff9413f2d3532d40b0ec32a5ecd80b3dae2014b44f00148
MD5 15c7d64142918e636a01ed2f475ac150
BLAKE2b-256 736765e11092aff75972186b1d7d7deac727a07730e631b94af299ead517b00a

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02db1675f06407de24b1cbb81cfbc0a3e99e773ac94994ee2ac60cacb78dad25
MD5 82ff296e5400f8b66de6aad986c6f632
BLAKE2b-256 d1122fb753d5641b94a99cbc02c4c3d04f181b3db3b6d79a6b5c37d3f948022a

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 80df56252830061f593c96eea3a4c3abd4380f050488f36bf3910ec5a34e520b
MD5 10280db90d3e5d68fd74af4315e64267
BLAKE2b-256 4ef1c35b4cef986ce776ff16d7835c86551b6e68761a74bc039f191412c788d2

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1a6d89fa3bfe19e0012cc6c8db5e36bdac4b43e3d8c509ad931cb664dd1bdf52
MD5 0612c61c7631628337025dd23d1353e9
BLAKE2b-256 6c505f0c46cee4371abd7833dc1ed2894b23192895a1e3385c0029785afbe587

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf9358f9ce3ccae25be863e841c262cedaaff2014500b36a1e0df05e41761886
MD5 d4f7e1efb13f6d4c16c96a3f39a38fc3
BLAKE2b-256 4f0224f96821320152e7619676f46417c15a61549d5bbae5fdfb12c4341c1cb2

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b1bb611b5cd4f50ebd073ada05098671baebba5d6bfd2ff2103bc18441cbc38
MD5 75a9887a4752e1d416012b71a1e43005
BLAKE2b-256 5ee5ff830df33567777b65aef4169bbacad6480f3cabe45a724f7d8234001fcb

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6489c16cd9220f67d30f0819a0b3a4a893a20437958a11efa900085a4ea3d53b
MD5 1702bccc80b30968caf7a3e81654ae3f
BLAKE2b-256 08171795407d13ef777651b25711e13fdb6f74fa801138b42b3b3b323284bbdf

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6915d108f39fa9461788111958deaea568e2e7f3dfadcd72c2d22b09ab9c207d
MD5 1688dd3201e72c65935b44a165f3e257
BLAKE2b-256 3b7fb32bd4e1aad07961fd8ba011fb80da4393df987e49287d33bf6a2f691c6a

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.2-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 222d62e9b6cdf0be602aa60d95278be80070bfa7972bc275d25f29e0800106b4
MD5 07340e1b93773b281daf1ad340b07027
BLAKE2b-256 09a72aef79b3b17f5a1f9b7f1012b4e4639e2fafa47fb6900338f773e600979a

See more details on using hashes here.

Supported by

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