You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
peikai
changed the title
Transfer graphical buffers via the clipboard
Transfer the buffers in clipboard
Jul 30, 2024
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.
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?
The text was updated successfully, but these errors were encountered: