Andrew Murray

Results 761 comments of Andrew Murray

If there's nothing specific, then it's hard to know when this is done. I've done another pass over the tests, and created PR #6634. I'm going to say that PR...

Since the parameters are an immutable series of items, [tuples.](https://stackoverflow.com/a/1708538)

I've created PR #6556 to try and help. You can see a preview of the documentation at https://pillow--6556.org.readthedocs.build/en/6556/reference/ImageDraw.html, where I've added a 'RETURNS:' section at the end of a few...

Just for context, the reason you are specifying Pillow 9.2.0 is because of #6394. Can I ask, what is it that lead you to update Pillow to the latest version,...

NumPy is an optional dependency of Pillow. Performing a quick Google search, I don't think that an optional dependency can have a minimum version. Correct me if I missed something....

> provide an alternative place to download an up-to-date `fribidi.dll` on GitHub Actions An alternative to what? Is this something that cgohlke was providing?

I've realised now this is connected to this part of the installation procedure.

PNG also supports multiple frames. If we were going to add this feature, I would recommend still using the PNG format, as GIF frames are limited to 256 colors.

I've created PR #6611 to do so, and PR #6610 to fix a problem when saving GIFs as animated PNGs.

> Changing `im->pixelsize` from 4 to 2 also means the image data will be stored in `im->image8` instead of `im->image32`. This doesn't seem right to me. A byte is 8...