saveBitmap

open fun saveBitmap(bitmap: Bitmap)

Saves a Bitmap object to disk for analysis.

Parameters

bitmap

The bitmap to save.


open fun saveBitmap(bitmap: Bitmap, filename: String)

Saves a Bitmap object to disk for analysis.

Parameters

bitmap

The bitmap to save.

filename

The location to save the bitmap to.