Function exr::meta::compute_chunk_count
source ยท pub fn compute_chunk_count(
compression: Compression,
data_size: Vec2<usize>,
blocks: BlockDescription,
) -> usize
Expand description
Compute the number of chunks that an image is divided into. May be an expensive operation.