Andrew Murray

Results 761 comments of Andrew Murray

Thanks for your detailed example. Looking at the output you've provided at https://github.com/mirusu400/pillow-woff-issue#result, it would seem that this is not failing for any of the woff files, only woff2. The...

Did you install Pillow from the wheel, or did you build it from source? I found https://lists.gnu.org/archive/html/freetype-commit/2019-08/msg00250.html > Brotli is required for decompressing WOFF2 font directory streams. And brotli is...

https://github.com/python-pillow/pillow-wheels/pull/320 has been created to add brotli to our macOS and Linux wheels.

Pillow 9.3.0 has now been released, so brotli should be included in the latest wheels now.

I've created PR #6517 to resolve this. The problem is occurring for multiline center aligned embedded color text.

I don't think this is an "error". Looking through our test images, [flower.webp](https://github.com/python-pillow/Pillow/blob/main/Tests/images/flower.webp) has the `b"Exif\x00\x00"` prefix, and [flower2.webp](https://github.com/python-pillow/Pillow/blob/main/Tests/images/flower2.webp) does not. I've created PR #6582 to resolve this, by removing...

I've done a pass over the tests, and created #6526. Do you think there is still more work to be done?

I've applied your suggestions.

#6531 and #6534 are further PRs that add parametrizations.

All three PRs have now been merged. Is there still more work to be done?