Re: [python-win32] windows images on clipboard

2021-08-12 Thread Mriswithe
? I think I had tested that with discord and it worked, but not 100% on that. On Thu, Aug 12, 2021, 11:57 AM Tim Roberts wrote: > Mriswithe wrote: > > > > I was looking at making a little helper app for Windows that will take > > an image on your clipboard and ensure it is

[python-win32] windows images on clipboard

2021-08-11 Thread Mriswithe
I was looking at making a little helper app for Windows that will take an image on your clipboard and ensure it is under 8MB for posting to discord, and if it isn't, use Pillow to resize it until it is the right size. I can use Pillow's ImageGrab.grabclipboard() to get the image off the