j2k-jpeg 0.6.1

JPEG inspect/decode and fallback encode support for j2k
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0

//! Decoder-internal primitives shared across phases. Nothing in this module
//! is part of the public API.

pub(crate) mod bit_reader;

pub(crate) mod checkpoint;

pub(crate) mod scratch;