Changed grabclipboard() to use PNG compression on macOS

Before, a lossy JPG compression was used.
This commit is contained in:
Antoine Beyeler 2023-06-17 12:55:58 +02:00
parent 594fbf79b8
commit f72dd8576e

View File

@ -102,7 +102,7 @@ def grabclipboard():
+ filepath
+ '" with write permission)',
"try",
" write (the clipboard as JPEG picture) to theFile",
" write (the clipboard as «class PNGf») to theFile",
"end try",
"close access theFile",
]