j2k-jpeg 0.7.0

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

//! Inspect-once construction for backend-neutral cached JPEG plans.

mod assemble;
mod packet;
mod plan;
mod shared_input;