boost::gil::any_image::recreate
Synopses
void
recreate(
point_t const& dims,
unsigned int alignment = 1);
void
recreate(
x_coord_t width,
y_coord_t height,
unsigned int alignment = 1);
Created with MrDocs