192
192
/// Save the Image to a file
193
193
void savePicture(PicturePtr p, const char* filename);
206
* specified, otherwise, if color is false, it must be columns*rows.
208
PicturePtr makePicture(int columns, int rows, unsigned char* array, bool color=true);