NAME

make_image_collage_2 - This will build a single collage of a series of input images, with control

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_2
(
	KJB_image **out_ipp,
	int num_horizontal,
	int num_vertical,
	const KJB_image *const *ip_list,
	Pixel *background_colour_ptr,
	Pixel *border_colour_ptr,
	int outside_border_width,
	int division_border_width,
	int horizontal_block_size_arg,
	int vertical_block_size_arg,
	int square_images
);

DESCRIPTION

over the border size, colors, and other layout variables. This function needs better documentation -- please expand. 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 , output_montage