Expand description
Integration with the image crate
Functionsยง
- register_
decoding_ hook - Registers the decoder with the
imagecrate so that non-format-specific calls such asImageReader::open("image.jp2")?.decode()?;work with JPEG2000 files.
Integration with the image crate
image crate so that non-format-specific calls such as
ImageReader::open("image.jp2")?.decode()?; work with JPEG2000 files.