docs.rs failed to build screenshot-0.0.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
screenshot-rs
Get a bitmap image of any display in Rust. This crate is hosted on crates.io.
Contributions welcome!
Examples
extern crate image;
extern crate screenshot;
use get_screenshot;
Development
- screenshot-rs has its own systems bindings. It should migrate to servo/rust-core-graphics and retep998/winapi-rs. I want to use klutzy/rust-windows, but it doesn't have the right bindings.
- There is no Linux support.
Known Issues
- Can leak memory on certain failure conditions.
- The BMP Image in the example is rotated +90 degrees because I don't adjust for BMP idiosyncrasy.
- The PNG Image in the example has its R & B channels exchanged because
PistonDevelopers/image
doesn't support ARGB pixels.