Andrew Murray

Results 765 comments of Andrew Murray

> Add the command to the issue template -- perhaps this change should wait until after the next release. `python3 -m PIL --report` still runs successfully without this PR, just...

Taking a quick look through closed issues, most users do file reports using the latest version of Pillow - but not all. On March 1 for example, there was [an...

I think test_report.py can be combined into test_main.py. I've created https://github.com/nulano/Pillow/pull/34

Yes, that would be the cause - but rather than just undoing that change, it would be better to adjust it, to both reduce filesize and to fix your problem....

Thanks. 0.png, 4.png and 5.png are 120px wide. 1.png, 2.png and 3.png are 108px wide. The images you are using to create your GIF are not all the same size....

I've created PR #7779 to resolve this.

I think the argument would be that the old methods were incorrect, which is why they were deprecated, and that we're encouraging users to use the correct new methods, with...

I've created #7806. See what you think.

The OP spoke about this change breaking unit tests in https://github.com/Belval/TextRecognitionDataGenerator/pull/323. I don't personally think that necessitates simulating Pillow's old behaviour - I think updating the unit test is the...

I don't suppose it would be possible for you to create a Dockerfile that demonstrates the need for this?