NAME

make_image_collage - Build a simple image collage

SYNOPSIS

#include "i/i_collage.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


int make_image_collage
(
	KJB_image **out_ipp,
	int num_horizontal,
	int num_vertical,
	const KJB_image *const *ip_list
);

DESCRIPTION

This builds a collage using a retangular layout as indicated by the num_horizontal and num_vertical parameters (which must be positive). If you want to control things like borders, colors, and other details, try make_image_collage_2 instead. The number of images in the input array must be equal to or more than the product num_horizontal X num_vertical.

RETURNS

ERROR or NO_ERROR as appropriate.

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTER

Andrew Predoehl

SEE ALSO

make_image_collage_2 , output_montage