pub fn encode_precomputed_j2k_53_with_accelerator(
image: &PrecomputedHtj2k53Image,
options: &EncodeOptions,
accelerator: &mut impl J2kEncodeStageAccelerator,
) -> Result<Vec<u8>, &'static str>Expand description
Encode precomputed reversible 5/3 wavelet coefficients into a classic JPEG 2000 Part 1 codestream using optional block encode and packetization hooks.