Andrew Murray

Results 761 comments of Andrew Murray

Has that answered your question?

Do you have an example file, ideally one with a small file size that could be added to our test suite and distributed under the Pillow license?

Thanks for the link. It is helpful to understand what you're after - but just to be clear, > Some data in this collection contains images that could potentially be...

> - Change `-DCMAKE_BUILD_TYPE=Release` to `-DCMAKE_BUILD_TYPE=MinSizeRel` under some condition (I haven't figured out what the condition is) It is still using Release for manylinux2014 - see https://github.com/python-pillow/Pillow/pull/8858#discussion_r2029662183

> Another difference between this PR and the alternative #8869 is that this PR has additional changes to the build system to reduce the binary size, specifically: > > *...

If anyone watching this would like to download prebuilt Pillow wheels with libavif, be aware that you can use the artifacts from the GitHub Actions of this PR, for example...

> This PR was about x1.8 in April ([#8856 (comment)](https://github.com/python-pillow/Pillow/issues/8856#issuecomment-2827278596)), and we're getting close to the next release, how is it looking now? The size of Pillow 11.2.1 artefacts (wheels...

I expect libsharpyuv doesn't have a license file here because it comes from libwebp.

Hi. This change was made to allow users to save different information to different frames, see #8775. Instead, you can specify the arguments for each subsequent frame with `image.encoderinfo =...

@anntzer, as the creator of #8775, do you have any thoughts on this?