[python-win32] How to copy an image using win32clipboard

2020-12-01 Thread Steven Manross
Based on reading http://timgolden.me.uk/pywin32-docs/win32clipboard__GetClipboardData_meth.html I would suggest that getting image data from the clipboard isn't implemented yet, but I do not know that for sure as I don't know when that document was updated. However, this python code seems to g

Re: [python-win32] How to copy an image using win32clipboard

2020-12-01 Thread Stimpy ******
Hi Pranav, Just resending this to the list. Here's a great resource: http://timgolden.me.uk/pywin32-docs/win32clipboard.html The document covers the win32clipboard module very well.The API you'll want to reference is the Win32 API. If you need to reference the protocol/steps in an even more ve

[python-win32] How to copy an image using win32clipboard

2020-12-01 Thread Pranav Gadre
Hello, When we take a snip on windows OS, it automatically goes to clipboard. I want to access any copied image using win32clipboard. How do I do that? Please check this for more reference: Closed issue Thank you and pardon me for any missing thin