-
Notifications
You must be signed in to change notification settings - Fork 11
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
This plug-in is great, but it seems that it cannot read and write win11 clipboard images, but it can monitor hasImage #21
Comments
I just checked on Win11. The problem indeed exists. It comes from an upstream library. clipboard-rs @ChurchTao Can you take a quick look? I also get |
@Tester-957 |
@Tester-957 Fixed in v0.6.2. |
|
Thank you very much for your help 🌹. Today I also tried to use the examples in MAC OS and found a small problem: when I used the "Feishu" office software and used its screen cutting function, the cut screen image could not be monitored by the examples (hasImage:false ) Others are also “false”. I'll test other software tomorrow to see if this problem exists (can provide more information if needed). |
@Tester-957 Confirmed the Feishu screenshot problem on Mac, Win11 and Ubuntu22. Same problem on Mac, but not on Win11 or Ubuntu22. Note: screenshot written by Feishu could be read by https://crates.io/crates/arboard. Also confirmed the Windows image pasting problem. |
Feishu clipboard image bug located. Here is the available format for a regular screenshot: Here is the available format for a Feishu screenshot
|
@Tester-957 @HuakunShen |
Mac's TIFF support and Windows image paste bug fixed in v0.6.3
@Tester-957 Let us know if you found other bugs |
@HuakunShen During use, I found a possible performance problem🤔. When using the API to read the Image or using the listener, I found that when the image is large, the main process will be blocked. This is the blocking time-consuming situation I debugged. It can happen in rust layer.I tried to copy a 4k picture, but the interface was blocked for about 7 seconds and became inoperable. |
@Tester-957 Thank you for mentioning. Addressed in #25 You can open a new issue for a new bug. Otherwise I might miss your message in this closed issue. |
🆗,Thank you! |
Latest examples used
The text was updated successfully, but these errors were encountered: