Andrew Murray
Andrew Murray
Thanks. Let us know what they say.
Thanks for getting back to us about this.
Hi. What you're describing is documented at https://pillow.readthedocs.io/en/stable/reference/ImageGrab.html#PIL.ImageGrab.grab > If the bounding box is omitted, the entire screen is copied, and on macOS, it will be at 2x if on...
I've created https://github.com/python-pillow/Pillow/pull/9266 to use retina size by default, and to allow users to scale it down to 1x with ``ImageGrab.grab(scale_down=True)``.
This is an alternative fix to #9308. When the Python palette was updated, it was being set to bytes, and failing [a type hint assertion.](https://github.com/python-pillow/Pillow/blob/ec40c546d7d38efebcb228745291bd3ba6233196/src/PIL/ImagePalette.py#L169) I've updated a test from...
Are you just talking about straight lines? From that StackOverflow post, you're aware of how to do this in Python, but you're requesting it be implemented by us in C...
I'm not convinced a need for this to be fast is so widespread - it looks like most of the requests that you've linked to result in answers for how...
You're offering to create a PR? Sure, feel free.
Thanks. Considering the discussion in #20447, I'm actually not terribly optimistic about this PR being merged, even in its current state, so I'd rather not complicate things. But I am...
https://github.com/python-pillow/Pillow/pull/9097 and https://github.com/python-pillow/Pillow/pull/8926 are showing an interesting side effect of these changes in settings - when we skip workflows, because we're only building docs or only building wheels, the 'Successful'...