spyoungtech/pyclip

Copying an image

Opened this issue · 1 comments

how can I copy a pillow Image object to clipboard

@toxicrecker

I think you would have to pass the byte array into pyclip but I think it might be fussy depending on where the eventual target is for the data. I have raised the "opposite" issue (going from a screen capture into pillow Image) and found a solution in #14 . Maybe it will give some insight?