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.4.tar.gz (1.6 MB view details)

Uploaded Source

Built Distributions

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

pillow_jxl_plugin-1.3.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

pillow_jxl_plugin-1.3.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

pillow_jxl_plugin-1.3.4-cp313-cp313-win_arm64.whl (2.2 MB view details)

Uploaded CPython 3.13Windows ARM64

pillow_jxl_plugin-1.3.4-cp313-cp313-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.13Windows x86-64

pillow_jxl_plugin-1.3.4-cp313-cp313-win32.whl (3.0 MB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pillow_jxl_plugin-1.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

pillow_jxl_plugin-1.3.4-cp312-cp312-win_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows ARM64

pillow_jxl_plugin-1.3.4-cp312-cp312-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.12Windows x86-64

pillow_jxl_plugin-1.3.4-cp312-cp312-win32.whl (3.0 MB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pillow_jxl_plugin-1.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

pillow_jxl_plugin-1.3.4-cp311-cp311-win_arm64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows ARM64

pillow_jxl_plugin-1.3.4-cp311-cp311-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.11Windows x86-64

pillow_jxl_plugin-1.3.4-cp311-cp311-win32.whl (3.0 MB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pillow_jxl_plugin-1.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

pillow_jxl_plugin-1.3.4-cp310-cp310-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.10Windows x86-64

pillow_jxl_plugin-1.3.4-cp310-cp310-win32.whl (3.0 MB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pillow_jxl_plugin-1.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

pillow_jxl_plugin-1.3.4-cp39-cp39-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.9Windows x86-64

pillow_jxl_plugin-1.3.4-cp39-cp39-win32.whl (3.0 MB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pillow_jxl_plugin-1.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pillow_jxl_plugin-1.3.4.tar.gz
Algorithm Hash digest
SHA256 8ea589fc559ea7c5dfccb42af4d8148f5db508f5f4d4518328bab5a31fcb268e
MD5 6c096f9eb49224a1ed145ca060c368dc
BLAKE2b-256 0a0e77af926bdf99bac7f1decdca8102b13945a2e2aa9c716ce617e36bcd82d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49f9763c6393a11c9f04a5a934d749bb7d60890a6a4ba76432dac5a0b14f59a3
MD5 79aa77bd6314024903ba8604eb13e476
BLAKE2b-256 701b2d1b2618fd0cbc10a7f5d0e935f63b1dce23d44e3ee309ba415f57a5e8ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 64f4a3283326e7804135eadc10783bb29483dcdb125d4e83198cc4e05064b59b
MD5 ed03d957fce919cee352dc61af5495d4
BLAKE2b-256 61454ce7317a1cc819729e8a6808fe2a8330f92c9fb10e5a5caf3f9ff019a541

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8995b6828f3245644f9964ff480b9c12eafaf502c9875e5646877ff287ca7a28
MD5 70420bdd4712388ffcaba02aa15e8e7a
BLAKE2b-256 541f3280ca1c5b946c977b38b79d89a4704c675aae68ffb66896e4ce938c978b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73f551162fa7ca68d4f6e37fd27f5a82c5fc776367ab31804a50734782253b68
MD5 a1325bf83bd98a62ebcd78ca7dd20bb6
BLAKE2b-256 f0616734bce45996aae2531d57bed2d5607139644d51e08252e69780923d37d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82d424ce80507ae43de990bb5889e63879b8d2c51783af17c9b2762eec6ce25f
MD5 55327d40cf3dedabf6d7dc5b67faf98d
BLAKE2b-256 679fa762185d7e75c880309c8b62d87c3f3bf612a1f602b3df951ef21ac50dc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8909037a4764dcdfb61f29f0959d5f6ade56ea4c2dbb5a533700e6bbaae789d3
MD5 e0d35e11c10af901d96cf42fb76cdc43
BLAKE2b-256 c9d9af91352e60606cbb480b9d73c711876374c17ee34767a345db33cbe537c8

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9266016de8d4a6e67cc5cb34d839720c99688be2c2dc2328a24d7613e2578cfd
MD5 485b58bfbdb80d79035dc9c73888df4b
BLAKE2b-256 735e7fd13cbe1f10c57f329d3d4d55ecfac7315f7347cd3e3ebf68fef04a97dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1298b9a5df8cf417c2dd901cfd3c0a6ae9007056b896b2342e01512b0127674
MD5 0d0ea03dd479e69e5069fb9a363250fe
BLAKE2b-256 feb3ef585d323e436edb0bdf1f7e7fc636db31b6209da9c84118b62152300a08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c9b12ae3e4ed437ffea21b861f4f13baa5dc1c945638d0185db3c975babbc6d0
MD5 35fb33cfb9f98d56947a632f65c87ac8
BLAKE2b-256 6a47a50904a5696bcb640a41b6aa136db3e27811f6c1ddd0dd5bff9d33f06f48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45e86fa2d23dd1979933dd6f045f5e79cd33769a41e35f4e5a770cb264405b91
MD5 5cc0c273e9e0ed0631153a57219f5623
BLAKE2b-256 ab259b88f015eb5e3b52e3ca4c7ff3ecd406b1a5f1a49f610aaee69f2b8d949b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e11b42dc371af54660923252754aad46fdff88be6153df6836e61a5d5a7c3408
MD5 8134bd00a6bc76a1b29b348c5bf0a1c7
BLAKE2b-256 0cac641e7d63ba4dc8f324d8aa2fac9ebc174206a960a1159b3e1d79f1169531

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 36f09c18c2637315ab55ef197757edf07362fbe6f4972a85b904dffe6dc4bf48
MD5 eee22f3df8e33b4332be16376d91a1f2
BLAKE2b-256 4ab0e32d6344bfbd70f94ad78b65fb6b2042ccd960ce5517e262e11260a47af1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4c31c9852289ab58218f283da1126ec741a53ca62131ac8a6442e50376b169f0
MD5 7368d7abcadd7bb469a81e7b803bb032
BLAKE2b-256 d42acf8f0478430f33a9a94ef6360c81166b88a8be1f74d34480f52ab855579a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79700e4d1172e5e2f6da236c9505a110919402272b2e14c60e9319f8e02c052b
MD5 2460e746469a786d0b2a3367266b4b72
BLAKE2b-256 3736faf7a4e7d9acf526aa61a0836bd1352cd38b205c203dd1168367e50a5085

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ddcafc092fb50de1c7201977a50c767cbbafc20819c9fd32fad30c4fb724358a
MD5 8f1512687fe6cffe75841e8a3dc0b4ad
BLAKE2b-256 ce5ac4cf6603cfcd67c4165a2a0893f2c83dab75b605c865a6b3adb2782c376d

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 38ebdfea8567f09741375f25be5190b2f426f02c6e29f038495a7d8d0655bd76
MD5 5128de5af6f5c4326df08ce3cbf7a56c
BLAKE2b-256 db646c35cc283ff77fb9d2b5fee8cbb882d8c2685ecca12e0cc8bed98d7b64a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c9abf8c7fc4f3711a388f41e9c142b043c69e7883aa1aa9b96521ffbd4fb49a2
MD5 e7c4d76fe749da7f7650e647bc414d9f
BLAKE2b-256 eb4a4e212b8c924ec5e2f31b4b93b79ffa1f0769c494a9a05f56b01f611812b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2bc081c709a4791e93c193189c289be8ed7511201aac69bebf878b55531aed8d
MD5 e3d8844cbffed0c90e6153dc23fb6fe7
BLAKE2b-256 83cfd47db15fef575a321347e5c5026626cac21e1ff544445bfdda8ab50ab03c

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.4-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 c140e7520d0e88ffabc3af166ce22d2bff1f507f8692918791d675f9accb40b7
MD5 01ff15c64a4b492a8d37b2254c8313eb
BLAKE2b-256 d0743852943352f761e6ff9cb55e92f3d399c938fad57435bcca68e9815a1014

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 492c41232616f2a2efae18bf3fd0e20312019af649f7372c583dd4f5bbffe914
MD5 5e0ad341e9ccb93597fd693c58c67942
BLAKE2b-256 cda96d70b17ec20789424d5c9c693c8a917503a45519f20e0f66d54b37e24cda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 bd4920e1aad87d8fc2c5cb1019e14b81f2c828a93651b551b255aa2e8da61247
MD5 edaa110d5da0d80882107c29b6ac2904
BLAKE2b-256 f657a993587f94edb599b12184a212c85fced74ba90a2005fe2c8001ab4283d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c74c10acd9f253185bb1b20a3d4531a57e31bbd8fd91e07081ee4c4bef0a8e6
MD5 e8debd3702692a277813368a3e55f8a6
BLAKE2b-256 c7cff394f13cfd92e43ee914ab1c084eb70740e8c44628f79ccba1d5d8bbc6ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2a4c6f06d3973262008ba4fa5258f4005be87b88e50cb825e4fd430391c9dabe
MD5 b97a130fa404fe46716c0215c78b0c93
BLAKE2b-256 b73cd20ca7b7d55f619af240f3afcf0fe9d000b923f7fb50fd965767ad765a86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dc82b63d046185c15cf9ed9accdff59dabd42a5a0abf0c395a5ebe583114a5ee
MD5 c87a2bd5e2b8a805c269ed31b4f3dcd1
BLAKE2b-256 049c9646dabdef692dd596c319221c1626ee91bdf89d7ddafd52ba0d3fd4acf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fcb8017f4cd11628585074729b969b09a021814cff2842518db6e6f8a0f3bdb1
MD5 777e6e6216926f6a81a56ed8836bbb18
BLAKE2b-256 abe48cdd7b4251d53c81f9e453ea06b524f74a7208f8bcfad6eecec48f8a6fef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 455b3d14f8ee8e9fc40d6e986b5b485a4d8d2ddfc1778f2af09a72d1ee13ce31
MD5 4f97b0ad5e43c17a344cf077b9793a27
BLAKE2b-256 2d1ae9926e352cc39f29a1da050f7798d38f7c04b6017357dffb32db27561af8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 abf586f7aef11c1a045b39e3aebfeb5947d6de72dfd9612c178a360c164b25d5
MD5 72405cac304f8ac0e9e1575ed95f93bd
BLAKE2b-256 bac9ad74fd31476fab1dc6d400b047e28d9e7b8a7ecf2cf98cfc7ee2718890ad

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 802444a79850ee2d04a433e720c6d53832d2c758a95e80a7726e6ac20d14956e
MD5 fc124e7eea3a193f9db424bc042e4ec5
BLAKE2b-256 105caf372084cdbc36e5bc0b2240174e7b2d932538fdfee9b9f5098aca6d1fb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 065d4e9a9060259d566f71c3e2a21723942fb03883c5f70235d8d67f7302cfc6
MD5 713f8adff73f96a20d71ef46c8eb6e46
BLAKE2b-256 9318be1e4423f1dc3a2cf0c9cd188449a024bc29a6e9846356929c6cf47c8df0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9e8da4f7750684f3e1c30ae75d7f23f137503787115373c11e5274af459f3e42
MD5 ee5e9cf52d6fc20c40ec51f9481c72fb
BLAKE2b-256 d2ad405d3ca812557c4855e15d9eb3c9c35500aaef6673603f4a3f5145c4ed80

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.4-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5db7a8ddad281b6314e70b53e871414cdb6d51ba4b9373028edb8d190f4b37f1
MD5 3c6d9955489b91ddb7e2df7ad0271e78
BLAKE2b-256 b04a9abf033ae359c6acac16e2875e7f2b867e56ea7c35ce8dd40ff6de5788b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ab181661d843e78534ab7406de1272fd1782c735dcbc93d89218578d87ac3270
MD5 277d6ab27b88a7863ac130edff27680c
BLAKE2b-256 ef8365aeab4613663d8074ba9b2c58809ec128ec3b92ca1176c9ee53d70d2594

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 43a3e1b6fa0eec29b20294fecefb0b5a183fa5b2d2f09c76661917e70957cdd8
MD5 e3340d14cf75e01580349ad2fa569c90
BLAKE2b-256 59eb50e2f03d29a68b7c5bebc0d646e21da93213b51488ffbbc54aa58f1cea3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99a4295df94b886fc6e373b75be96c8e3017c6264e1d81f43597ec04836b01a1
MD5 6a638be12f217752b824b8e4f9a6e24f
BLAKE2b-256 30050e32bb4823db1a2593ba6a3294dd3923d1d17ae715b6f952ab159697c1f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 445b788235c09857028b491fa396b5319941a1dbed2ea1ec3b457dde349b1f10
MD5 9b0f4b83d32b4d2401572b82514a0908
BLAKE2b-256 946ee4aee65a69c1215f23552bfa1aefdcf373e7e6c39715bd6e3797d05498e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 496137d2d990bc206c542163318dddd05eb8b9e0a39a82f9d29e3b9f7c818252
MD5 9d1ceaa51052ba9aa984fbd502197b4b
BLAKE2b-256 2731e8937057ac4ce569f4f645178bc596960e8d219499e0e5496b4fd4d25d4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd2b15e7d610d0b18a4545ca194881c74c35aae766f1df637f174f9b8c24a36c
MD5 633ace86ffda805477baefcf18e2b070
BLAKE2b-256 b7ee000e9e4b98b4dae4a2998dc50fb4e16959fe30e77e923e1a1dbe45a6f1e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11b33c91e866b65b2dcdd267811a65feab5395037cbb2dc5837b3826465749db
MD5 767807d5aa5fc5c8472faaf80d5f22a6
BLAKE2b-256 48ba9eaafa6446859bc4a60fc1b0de4447fa6fd0e705d4a915b5a8035b75ec63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ddc68375bbb89af2e377f5f5952b2750f0a4aaa06eda711ef7233f593fbc9b10
MD5 be268f8a6adccf29396139bf33149cf3
BLAKE2b-256 f11ab5fe5ed197ef1b80ea879df9c9dc97b358bb0cca38f7d1937548b24e030d

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5cc5eef69dec8494ca37805412152d6b458faa926b183088ade89b22ef62af28
MD5 7a7214d7af35aa9883a8cb0f372edb19
BLAKE2b-256 450b7478a4fb27bf61324e8f71407896b9af161dc498cb42d3eaa5f4020a7907

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c67729f5a7eaa3b15f6d77bc2e927ad123924ccc73e0afbddd2ed5dd2fe6ecd
MD5 4fcd451aaf7bb163875688ce7d6be9a6
BLAKE2b-256 a9e4e44f17cd5c01b3ac06b5add039d24eb4336dc4a3d56595d70816a5b3dc12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 808ae91ee24e18ded16c6f6f646248f9a5ae04065251fc1003e72d0e357963ba
MD5 df4447bfb08f692f83174a8e555629ec
BLAKE2b-256 4515814cbc4a371f7c85c41cc14feeebb025034e008789698e39433b1797d0f5

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.4-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 9e3defb617e9213c981b5b288fe669ded760caaad3afa60cf674e3f0d658cd98
MD5 10ef8d741113a77a1c446a26dba4746c
BLAKE2b-256 62c11e852a18377aba857a40fb9f6511d24ddd22943b2b7d8433eef5cc504b48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0cd3db47614cb93a6ee14ebddcdeff8b0e07e48bfa524ddb444b1cd78fab6904
MD5 32485c54a3759ee159ebed0abb857eb9
BLAKE2b-256 4c4253d87e9974a52ee4cc443caa72c62f32bbd426f4a28ea86caac6fa5f06a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bfe900c70524042192a709569d1601b0277b90a14315accc00073123e7ccb81e
MD5 8fe201df36c75a80ad835c6a73548207
BLAKE2b-256 093b5ef6898bb357abcaf1ee0e0f7d66f7e3b412c0b32b4f268ac7135464ec71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 739a5556419bca05533feab366b64872eb73b1d3d0711944744b75459d8aaf00
MD5 792ea777d1d1a6c0f88e0ccb36867bd8
BLAKE2b-256 d3fd649caf31491b315fce78e22347d0af8810296fa75574cd7160dcdf144903

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 10154894e3241574367a4b2f3b2dd238a635c21cdfd64caa0a474d9d479de3bc
MD5 84f4cedca7eec7a91cc3485daefbb257
BLAKE2b-256 d30da839c5a9a60b5c89e74ecad88aaceb489a3dc1214abb5c61999d60942bf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 692f866b026593f5757c74d4034b308af55d1cc3bf66fe0ef74da80218c5407d
MD5 80c8b1f14f2d673ef5e2d429a17f1925
BLAKE2b-256 a676b9a7dea268253264443f58689f1a89025a70fe48265b1c33132a23c77813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07fd83a4ef75885e4428f8972498f246715e4f0683397e67a26ca10f86f05e14
MD5 370b997a81637cbf62548084cca1b301
BLAKE2b-256 3bfad69fa1f8c580ff57f41699bb7d40ec2fa84e61e9dbe2c603ef3fd9fa15e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e18e5c6026d5a8f35b17178bbe09253e9c8b63fe1bc31af81ee43f1e4af8a45
MD5 fd0f636d6a100e9aa770faf8b67dff44
BLAKE2b-256 1e66ceb806efa1a07713d543ad08041987530f5d7792f46e792f4acfa9ce1d08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2de1df437c13172047c9f930f695eee9c3b4957b3a5294b4a19590f19e86e372
MD5 a2eeb9eec7d0721df13cbc768b1ccc48
BLAKE2b-256 d33ea2628e1a0de6dcbb3f8c163d5b2ab99d120f642a386bc5ca04660ad1aeb6

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c40a4ff0936fa35e235d2661c00c85ec8aabb4e2b24c4898a1fd64e41a899930
MD5 99bcfd1879dcea73513c433621d83e49
BLAKE2b-256 e9cecd233603366873ad7913fe0b01c2a2feb96029234bd0e597277c9c93d102

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93aa4105e577686eab1adf6586f379f508ea189bda460c3a6cbb728e72b5e182
MD5 010cfa02365a8d5a085826d5c4812bbe
BLAKE2b-256 0735035dc103e0cc00fb3cdd9389a21b0b84a2076a41590a46a096ccab0275e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 851d19e238c674e3bb62d8dd2226e8e860051bf2d2b7c7ab31908f5521c2ec4a
MD5 ab7f7f8dfc32a60e3a16acfa40943bd4
BLAKE2b-256 e16563819d69fb039631830b74704571d7415673a6059c2165599d680246dedb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 21b687541fe81e2ec5854f48e96ff5cac327662f7310f50165550c8fa6747734
MD5 8a6a455aaa8f0190c85bd704a17c098d
BLAKE2b-256 a7065cab98b18dbc6523d868621d04609dfd3dfd9706909505f1150b809a5254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 dedeaadd22d782ac16b605707622bfc183ee1b021c95589536ac81d1b339468a
MD5 1c6216a12bd8dc9a5d925dc280d17954
BLAKE2b-256 ddd49eaaa9ab33cc5cdde1ae352775d493858d51e311804e5cf339a814549cef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90622f6c7e87365a357d80c030574906a718102999d066587ce2a2a70b506ea1
MD5 6ca22890cf9bfdee00af1b935b3f5faf
BLAKE2b-256 b188fe36f66fa999cca3b857413fca1eb41d95e0a9b4023c24d4ea4f7a7de60d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 58e94b37488a4c89b76b411e61ada8ddacf2b625a16db279fa69d5690fafce95
MD5 11772e1db132eb6d2fda6cef2a3978dd
BLAKE2b-256 817e630f2d5255be0de6f49030d52c270b1a4d856bf0c656689c9d2ea8e48539

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b2e8d95547c30dc59b8d3637b1de41c6bc4e77d725b1738df05cb9eaff628020
MD5 2302506e603b94786f644c25d6685fd3
BLAKE2b-256 5afec4a998904b7ffdce19a0820dbc4300be7a1c650209d63e047f4a2ad338aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1bcfb3799731e15987ac544650b21c2e019b1d000a52cd8e85308d3f99af2cf0
MD5 132fabf0b53f62fc7e62c3d5c4bca52e
BLAKE2b-256 28b365843d7105c928cd5ce08695c10952922125dfc4788f220debd2a591186e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76a40ebdbbd678307561ac7aceceeae3409c914a2f12ae22aba28bfcb029acd3
MD5 d162b76bee0a46d9be7e410102a556ed
BLAKE2b-256 8b7097b8b0b5b9d8349f1c07d7179cf0b9b19a5a7288ed115857db30182dee8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72e15e5601efb7f6de16803baf56250996d4f9280dc8bacfd63dc5f24a944b7f
MD5 9200faee098b7f0754a7b1e13940c880
BLAKE2b-256 aa846690a4d5172a459e383d0c018d9ebc18a0e0d5f6971012e031bdb76c8544

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0df58cc2f03505c4494b0773f2653614d87583fe4b75acb621a631a327889eab
MD5 2e0edfb33fc7906d4d8a07f10eb35a96
BLAKE2b-256 e78c5caa9ea933e48331ad012354514c6d927085d75ed82eca5dff06115706b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b6c606b1190a7bf95626c1d11cd20a3877861b0ae2b3b5fb0c251b288ac463f
MD5 b250cda4c0b88b23ba19340e85062c8d
BLAKE2b-256 9de3b914b09ab9e32200ba1e09028bc4f5e155a8e8396fd4e10b6d346bcb0465

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ebc2a3f64a1f3127da5eac51d5b04607ddd59a0e7ff22379d8e40b1174aefa16
MD5 bca575a8bc1baeead549d95b64ed677b
BLAKE2b-256 e50e477e9c88301eff146dab28a76e5c23c610146dbd01345dc61bb70c347076

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 40da0783dcc1ba9c6faf8217e1d67f62d10c19a9ce04cc577eb5597360c195d7
MD5 60087a5342e78eacdf7e7ce4baaee76b
BLAKE2b-256 83aa237b669940d707f32f1b66a8946a126156a8e1d9ccbed501474eeb437ae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 064b71d1c5c95119ac7c32b1280ab28a3063ccad7e96ed2d370c69ef39ab160c
MD5 5ae144cbe14fe3eac7372da4b72741d4
BLAKE2b-256 f62d69c7d72495caf0cd7e6e3c6ff2b52134c51eab455483dc0f9d297e316312

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 820487ca99f7670e13d4fe96af826c01a36e70acfda824eaf2ae3ffbf46fe071
MD5 8d561438233d944e0fc7022f10c3fbba
BLAKE2b-256 90204de2b0a54a2ab662c07392f7f7f2295a22f9c1f4b996e7a8b3e7e9725a79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7693d6922eff055a7cded815d275d41e827577f641e01fe7e34bd20be843ecdb
MD5 1fbcd2572222f8ae3b62a2289029023d
BLAKE2b-256 3609afa110eaff108fe2baf69e7f68d60c35322a96aefa62422f4a527989e4ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1dc2d3136e88913d99cf328344b73ed72869615e4c4895a85bb293e5f93ce197
MD5 4bc24bb1d03a9e80ec37486b33771eb7
BLAKE2b-256 2722e6d3b65721144bed60fbf3e4060e96f81641934e6284aa47455cd92d5bc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dc6872bf39465f9398a27c58531a3b27486ed0485e98a5cb7a3d7c91e1606462
MD5 6f4daf1a87c2d326096f0e95f574ece9
BLAKE2b-256 2c6cfb34046a50c0c1d4746913c016d4cf933f8fad0c91b645dbc8a86265256e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f26c7ca0b449974a69fcfaca1e318a65fd01efe08143194691147e680926b844
MD5 d9f1e3ae959b1300464c6bda7c26b7b7
BLAKE2b-256 a219e8f97a3477780f3adfedfb593035c47902a7687af0ddcff84e47f63fd831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a320b06aaa42ecc335301fe06adb8ffbc5bc7f0567e3f3aa10062ee94f8d9ce0
MD5 e399528247ade47e93361ce5dbda1bf6
BLAKE2b-256 cb4b4d7abfc21f37d6557154f9a06699a5414d28c0a27605ffd079e3d009ab54

See more details on using hashes here.

File details

Details for the file pillow_jxl_plugin-1.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68a9604862e88a88ff5fc26883b2164ae5946aa72271a0f317a218d18c9d4ce5
MD5 6b961b41bdac00ee0aab426ec8e69d10
BLAKE2b-256 3423bd408553a3dbac4583e3987627fa56afca95c6f9de17d6b7e79d5602f67f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c880e65ab2f36f64d9b93cf5e1049adcb0564d2a4904ef67c3544b0d85f56b3
MD5 535c82bb6b60706bb6da9e5079422bcc
BLAKE2b-256 4e1bf621aec0b5a5bc25af558e02bc5e506907f5cea5efa43a08344ed6da6fef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pillow_jxl_plugin-1.3.4-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a82ad584eff191e2ad08131e3eff529818db1023dedf2d24745677bcf54baa4d
MD5 17e707e10b3db2a52fda730fb1ed8572
BLAKE2b-256 ec7e2f1f267d17f4c884c01d9ed3427fdb8b66ec5f2e6fda22b5c691a1c8eea4

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