Andrew Murray

Results 764 comments of Andrew Murray

Are there any images with a small file size that could be added to our test suite and distributed under the Pillow license?

> Pillow should either reject a gain map and show only primary image, or it should decode second frame correctly, even with lower resolution. I've created #8056 to treat Ultra...

Thanks very much for the test image. I've included it in the PR.

My suggestion will just change the automatic detection of the image format. If a user would like to retain the current behaviour, they could open it directly as an MPO...

In #8056, I'm checking for the "[Signal of the format](https://developer.android.com/media/platform/hdr-image-format#signal_of_the_format)", 'hdrgm:Version'. If you're trying to say that isn't the best way to check if an image is Ultra HDR or...

For the moment, unless you've found a malformed image like that in the wild, I'd rather not double check. When it comes to identifying a format, I don't think it's...

> The docs build might still fail, but I'd need help with that. The [error](https://github.com/python-pillow/Pillow/actions/runs/9000614869/job/24725200519?pr=8046#step:8:274) > docstring of PIL.Image.Image.transform:1: WARNING: py:class reference target not found: PIL.Image.GetDataTransform is saying that the...

I've created https://github.com/srittau/Pillow/pull/2 with various suggestions.

I'm not sure why October 2024 was mentioned in the title? My best guess is that it's the release of Pillow 11, when [support for Python 3.8 will be dropped](https://pillow.readthedocs.io/en/latest/installation/python-support.html)?...

Ah, thanks for the explanation.