im_replicate(3) - Linux man page
Name
im_replicate - replicate an image horizontally and verticallySynopsis
#include <vips/vips.h>int
im_replicate( IMAGE *in, IMAGE *out,
int across, int down )
Description
im_replicate(3) repeats image in across and down a fixed number of times to make a new larger image.The current implementation is optimised for the case where image in is small and across and down are large.