Image.saveAsBmp

Save the image as bmp.

class Image
void
saveAsBmp
(
string path
,
bool rle = false
)

Parameters

path string

where the image is saved

rle bool

compress the bitmap using RLE when saving

Meta