olokelo / jxlpy

Cython bindings and Pillow plugin for JPEG XL
MIT License
45 stars 12 forks source link

Require pillow 10.0.1 or higher #24

Closed una-dinosauria closed 2 months ago

una-dinosauria commented 2 months ago

From https://github.com/olokelo/jxlpy/issues/21, https://github.com/olokelo/jxlpy/issues/22, it seems like a recent pillow is needed.

I bisected and confirmed that at least pillow 10.0.1 is required for the plugin to work.

Making that explicit and bumping version.

una-dinosauria commented 2 months ago

Oh nevermind, I have a more robust fix that lets the plugin work with older version of pillow. Will submit a patch soon.