pub fn convert_format(
source: &[u8],
target: ImageFormat,
) -> Result<Vec<u8>, SelahError>Expand description
Convert image data from one format to another.
pub fn convert_format(
source: &[u8],
target: ImageFormat,
) -> Result<Vec<u8>, SelahError>Convert image data from one format to another.