| Crates.io | capscreen_macos |
| lib.rs | capscreen_macos |
| version | 0.1.3 |
| created_at | 2025-12-10 10:24:04.209808+00 |
| updated_at | 2025-12-23 03:47:12.897966+00 |
| description | fork from screencapturekit-rs, add CoreGraphics Api, CGDisplay Api, capture_image_with_stream |
| homepage | https://github.com/wwog/screencapturekit-rs |
| repository | https://github.com/wwog/screencapturekit-rs |
| max_upload_size | |
| id | 1977808 |
| size | 860,234 |
Fork: https://github.com/doom-fish/screencapturekit-rs
1.添加CoreGraphics Api
2.添加CGDisplay Api
3.添加capture_image_with_stream,用于在12.3以上使用类似于capture_image的功能
添加演示,以上功能
example/f_multithread
example/f_stream_capture
非常感谢源库作者