Skip to main content

Crate justjp2

Crate justjp2 

Source

Re-exports§

pub use error::Jp2Error;
pub use error::Result;
pub use types::CodecFormat;

Modules§

bio
dwt
error
htj2k
j2k
jp2
jp2_box
marker
mct
mqc
pi
quantize
simd
stream
t1
t2
tcd
tgt
types

Structs§

Component
A single image component.
EncodeParams
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.