pub fn encode_precomputed_htj2k_97_batch_with_accelerator(
images: &[PrecomputedHtj2k97Image],
options: &EncodeOptions,
accelerator: &mut impl J2kEncodeStageAccelerator,
) -> Result<Vec<Vec<u8>>, &'static str>Expand description
Encode multiple precomputed irreversible 9/7 wavelet images while sharing one HT code-block batch across all prepared tiles.