nashaofu

Results 139 comments of nashaofu

本地跑的时候,要授权 vscode 或者终端程序权限,因为你的程序是由终端拉起来的

请问现在还有这个问题吗?

In the case of a single display, and after maximizing the window, the obtained window position is as follows:` WindowPosition { x: -8.0, y: -8.0, width: 2576.0, height: 1408.0 }...

#91 window capture is WIP,this may be helpful to you @ihsanrabb

钉钉网页版已经关停了,所以用不了了

Save as JPEG does not meet the expectations. The following is a duplication code. ```rust use image; fn main() { let im = image::open("input.png").unwrap(); im.save("output.jpeg").unwrap(); } ``` * input.png ![input](https://github.com/image-rs/image/assets/19303058/e083a839-c4f5-4c07-bf74-a1242ec6d3da)...

Do you have screenshot permission for your application? Without screenshot permission, you can only take screenshots of the desktop

Yes, This library only wants to take screenshots, and you can use other libraries to implement other compression tasks

能给一个示例代码吗?我不是很了解windows开发