Andrew Murray
Andrew Murray
Thanks for your thoughts, but I don't think it actually solves my problem. [Removing `JXL_DEC_FULL_IMAGE`](https://github.com/radarhere/Pillow/commit/fdbffdd704a59d121d6e1e804f511aae7b8f86d0) changes the output on [0.11.1](https://github.com/radarhere/Pillow/actions/runs/17388103070/job/49357728284#step:11:50) sure, but not on [0.7.0.](https://github.com/radarhere/Pillow/actions/runs/17388103070/job/49357728289#step:11:51) The problem is that I'm...
On a practical level, I could just limit the version, yes. I was hoping for an official answer about if 0.7.0 has a bug in this scenario, or if I'm...
I've tested different versions, and found that 0.8.4 has the problem, while 0.9.1 does not.
Mode.c was added in #9256, and testing, I indeed find this would have passed just before that PR. I've put together [a minimal reproduction](https://github.com/radarhere/msys2) showing that the [same error](https://github.com/radarhere/msys2/actions/runs/18615252038/job/53078881145#step:5:55) results...
I've created https://github.com/msys2/MINGW-packages/issues/26006
https://github.com/msys2/MINGW-packages/issues/26006#issuecomment-3463627691 > It's a bug in our Python build: [msys2-contrib/cpython-mingw#200](https://github.com/msys2-contrib/cpython-mingw/issues/200)
I think the author of pillow-avif-plugin always considered it to be a temporary measure until Pillow integrated support for the format, and people [rejoiced](https://github.com/python-pillow/Pillow/pull/5201#issuecomment-2768047694) when it was combined into Pillow....
> Today: i want to take advantage of zlib-ng with Pillow, but: > > 1. Either I migrate the whole OS/distribution to zlib-ng > 2. I stick to zlib So,...
Are you interested in immediate solutions at all? I suspect no, since using freetype-py would be a viable immediate solution. Anyway, for an immediate Pillow-only solution, I would suggest comparing...
I can understand why a Pillow user might want to know if a glyph existed or not - so you can avoid drawing it with Pillow. I'm less convinced that...