Re: [python-win32] windows images on clipboard

2021-08-16 Thread Konovalov, Vadim
incr y $dy } $tmp put $matrix return $tmp } default { error "Invalid angle $angle specified" } } } Img2Clipboard [rotate [Clipboard2Img] [lindex $argv 0]] destroy . Internal Use - Confid

Re: [python-win32] windows images on clipboard

2021-08-16 Thread Konovalov, Vadim
There are 2 ways to solve this task, actually. 1st way is a bit more difficult but more efficient. Read https://docs.microsoft.com/en-us/windows/win32/dataxchg/using-the-clipboard#copying-information-to-the-clipboard and implement this in python module. This was done for perl and worked for