aardwolf icon indicating copy to clipboard operation
aardwolf copied to clipboard

Transfer the buffers in clipboard

Open peikai opened this issue 1 year ago • 0 comments

A frame object in clipboard, come from for example a screenprint which can be directly pasted into the paint application, can be grabbed from clipboard into a frame object via PIL.

frame = PIL.ImageGrab.grabclipboard()

I wonder if this frame in clipboard can be transferred back from server to client desktop via aardworf. I understand the pyperclip used in aardworf only works on text, but I also notices that desktop_buffer, the whole screenshot, can be transferred through queue when clipboard_use_pyperclip = false, which makes me expect that an image buffer in clipboard can also be transferred in similar way.

Does the aardwolf support this feature? And do you have any suggestions for achieving that?

peikai avatar Jul 30 '24 11:07 peikai