Andrew Murray

Results 764 comments of Andrew Murray

In my first commit here, I used the previous frame's disposal when considered whether the current frame should be compared to the background color or not. However, the current frame's...

> could you tweet (and pin) to tell people we're using https://fosstodon.org/@pillow instead? This became https://twitter.com/PythonPillow/status/1762152674277937574 > We're using [https://fosstodon.org/@pillow](https://t.co/nsMXqCIBLB) now instead of X (formerly Twitter), see you there! This...

10.3.0 has been released, making this the scheduled time to archive/delete the Twitter account.

Sorry, I'm not sure I understand. Are you suggesting this ```python from PIL import Image colors_left = ["#f00", "#0f0"] def callback(): if colors_left: return Image.new("RGB", (1, 1), frames_left.pop(0)) im =...

APNG considers the modes of all frames when saving - #6610. I don't know what an elegant way of getting that particular information from the user at the beginning would...

Well, I suppose the simplest way to remove it from the docs is to just stop using `autofunction`. I've updated the commit.

How about this? ```python autodoc_type_aliases = { "_SupportsGetMesh": "object", } ``` Changes `_SupportsGetMesh` to `object` in the docs - https://pillow--7812.org.readthedocs.build/en/7812/reference/ImageOps.html#PIL.ImageOps.deform

For Alex's reference, this is what we're talking about. https://github.com/python-pillow/Pillow/blob/e1c5d57d5036fac07df2209e020d39ce4c771c62/src/PIL/ImageOps.py#L414-L424

> If we're using _SupportsGetMesh as a type hint, this probably is something users might want to use, so should be accessible as a non-underscore thing? This suggestion may not...

#7841 was merged instead.