//scanning/com.pixelnetica.scanning/ScanPicture/createBitmap
createBitmap
[androidJvm]\
@JvmOverloads
external fun createBitmap(flags: Int = 0, orientation: ScanOrientation = ScanOrientation.Undefined, outTransform: Matrix? = null): Bitmap
Extract Bitmap from picture
Parameters
androidJvm
flags | combination of DISPLAY_BITMAP and FIT_TO_TEXTURE |
orientation | use instead internal orientation or ScanOrientation.Undefined to ignore |
outTransform | will receive a result bitmap transformation |