#include <imagegrid.h>
Inheritance diagram for Plot::ImageGrid< PixelType, PixelMatrix >:
Definition at line 18 of file imagegrid.h.
Public Methods | |
template<class MatrixOfImages> | ImageGrid (const MatrixOfImages &ms, int borderwidth=0, int internalborderwidth=0, const PixelType bg=default_bg) |
Constructor taking a matrix of arbitrary-sized images and concatenating them. |
|
Constructor taking a matrix of arbitrary-sized images and concatenating them. Borders use the default_bg instead of the default border to give the effect of putting outlined images on a larger page, with the same border around and between the images. Definition at line 48 of file imagegrid.h. References Plot::AARImage< PixelType, PixelMatrix >::draw_border(), and Plot::AARImage< PixelType, PixelMatrix >::draw_pixel(). |