Image::save

Description

bool Image::save( char* filename )

Image::save saves the current state of an image to a BMP or a GMV to the sd card.

Parameters

  • char* filename: filename to save to

Returns

bool: true on success, false on failure

Example

N/A