Andrew Murray
Andrew Murray
To anyone watching this issue, Pillow 9.3.0 has now been released, so the latest wheels support Python 3.11.
To provide context, the deprecations being discussed were added in #5954. The intention was not to make an arbitrary change, but to make use of a newish Python language feature,...
I think in the scheme of things, this is a very minor change for users to make when upgrading to a new version. In Javascript programming, I'm used to finding...
The deprecation warning may have appeared in a minor version, but the removal of the original values won't happen until the next major version.
`PILLOW_VERSION` was deprecated in 5.2.0, removed in 7.0.0, restored as deprecated in 7.1.0 and removed again in 9.0.0. Fully restoring it may well help people on a practical level, but...
> I might be able to submit a pull request to at least support transparent fill, if not extrapolate. Transparent fill should already be the behaviour. ```python from PIL import...
To be clear - I have implemented the suggestion from @nulano, and then he approved that.
> Unfortunately we weren't able to extract the exact image that is being passed to Pillow as the framework performs it's own transformations on it. So you don't have access...
It does look that way! https://github.com/google/brunsli/blob/master/contrib/py/jxl_library_patches/jxl_pillow.py
Would we be able to get a copy of the image itself?