Function image_utils::resize [] [src]

pub fn resize(src: &Path,
              width: u32,
              height: u32,
              dest: &Path)
              -> Result<bool, Box<Error>>