Crate jpegxr[][src]

Structs

ImageDecode

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.

PixelInfo
Rect

Coordinate struct for reading a subset of an image. Pixels are i32.

Enums

BitDepthBits
ColorFormat
JXRError

Error type for the library; consolidates internal errors and incoming errors from I/O and data marshalling.

PhotometricInterpretation
PixelFormat

Pixel format enum so you don’t have to deal with GUIDs yourself. Naming of these may change before 1.0, be warned.

Type Definitions

Result

Result wrapper for the library.