j2k-jpeg 0.6.0

JPEG decoder optimized for whole-slide images (WSI)
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: Apache-2.0

//! Color conversion + chroma upsampling. Scalar-only in M1b.

pub(crate) mod cmyk;
pub(crate) mod upsample;
pub(crate) mod ycbcr;