Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer the buffers in clipboard #26

Open
peikai opened this issue Jul 30, 2024 · 0 comments
Open

Transfer the buffers in clipboard #26

peikai opened this issue Jul 30, 2024 · 0 comments

Comments

@peikai
Copy link

peikai commented 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.

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 peikai changed the title Transfer graphical buffers via the clipboard Transfer the buffers in clipboard Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant