Skip to main content

ResizeFn

Type Alias ResizeFn 

Source
pub type ResizeFn = dyn Fn(ImgRef<'_, u8>, usize, usize) -> ImgVec<u8>;
Expand description

The resize callback type: takes a grayscale source image and target dimensions, returns the resized grayscale image.