Docs.rs
jpegxr-0.3.1
jpegxr 0.3.1
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
bvibber
Dependencies
libc ^0.2.153
normal
thiserror ^1.0.57
normal
bindgen ^0.69.4
build
cc ^1.0.83
build
Versions
9.83%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
jpegxr
0.3.1
All Items
Crate Items
Structs
Enums
Type Aliases
Crate
jpegxr
Copy item path
Source
Structs
§
Image
Decode
High-level JPEG XR image decoder struct. Requires a seekable data source, such as a File. You can decode multiple subsets of the image, though this is not yet well-tested.
Pixel
Info
Rect
Coordinate struct for reading a subset of an image. Pixels are i32.
Enums
§
BitDepth
Bits
Color
Format
JXRError
Error type for the library; consolidates internal errors and incoming errors from I/O and data marshalling.
Photometric
Interpretation
Pixel
Format
Pixel format enum so you don’t have to deal with GUIDs yourself. Naming of these may change before 1.0, be warned.
Type Aliases
§
Result
Result wrapper for the library.