fn compute_image( components: &[Component], data: Vec<Vec<u8>>, output_size: Dimensions, color_transform: ColorTransform, ) -> Result<Vec<u8>, Error>