32 #include "pixel_buffer.h"
static PixelBuffer add_border(const PixelBuffer &pb, int border_size, const Rect &rect)
Add a border around a pixelbuffer, duplicating the edge pixels.
2D (left,top,right,bottom) rectangle structure - Integer
Definition: rect.h:471
Pixel data container.
Definition: pixel_buffer.h:69
Pixel data helper class.
Definition: pixel_buffer_help.h:41