[−][src]Function sdfgen::join_images
pub(crate) fn join_images(
img: &DynamicImage,
img2: &DynamicImage
) -> DynamicImage
Adds two images together, pixel by pixel. Dimensions of the output image is read from img. It is a good idea for the two images to be the same size, otherwise this function will probably panic. ;)