Closed sant527 closed 1 year ago
I want to convert clipboard image content into an image
I tried
from PIL import ImageGrab im = ImageGrab.grabclipboard() is macOS and Windows only im.save(filename)
it says ImageGrab.grabclipboard() is macOS and Windows only
ImageGrab.grabclipboard() is macOS and Windows only
I think using this library its can be possible
Use latest Pillow version. https://pillow.readthedocs.io/en/latest/reference/ImageGrab.html
You can also use this lib. Check the README
I want to convert clipboard image content into an image
I tried
it says
ImageGrab.grabclipboard() is macOS and Windows only
I think using this library its can be possible