[][src]Function wordfeud_ocr::collage

pub fn collage(
    source: &GrayImage,
    parts: &[Rect],
    maxrows: Option<u32>
) -> GrayImage

Create a collage from parts of a source image. TODO: All parts must be the same size