Function transform

Source
pub fn transform(
    input_path: &Path,
    output_path: &Path,
    matrix: &[[f32; 3]; 3],
) -> EGSResult<()>