Do not use temporary file in ImageGrab.grabclipboard() on macOS by radarhere · Pull Request #8630 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
radarhere merged 1 commit intopython-pillow:mainfrom
Dec 28, 2024Merged
Do not use temporary file in ImageGrab.grabclipboard() on macOS#8630
radarhere merged 1 commit intopython-pillow:mainfrom
Do not use temporary file in ImageGrab.grabclipboard() on macOS#8630
radarhere merged 1 commit intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
radarhere
commented
Dec 28, 2024
radarhere
commented
For ImageGrab.grabclipboard() on macOS, this skips writing the image to a temporary file, and instead receives the data through stdout.
radarhere
added
the
macOS
label
radarhere
merged commit
4e82f2b
into
python-pillow:main
radarhere
deleted the
imagegrab_macos
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment