Re-exports§
pub use error::Jp2Error;pub use error::Result;pub use types::CodecFormat;
Modules§
Structs§
- Component
- A single image component.
- Encode
Params - Encoding parameters.
- Image
- An image with one or more components.
Functions§
- decode
- Decode a JPEG 2000 file (auto-detects J2K vs JP2 format).
- decode_
region - Decode only a specific rectangular region of the image.
- decode_
with_ reduce - Decode a JPEG 2000 file at a reduced resolution.
- encode
- Encode an image as JPEG 2000.