pub fn compute_tile_quality(
original: &TileBuffer,
reconstructed: &TileBuffer,
) -> Result<TileQualityMetrics, String>Expand description
Compute quality metrics between original and reconstructed tile buffers.
Both buffers must have the same dimensions and channel count.