Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.util.bitmap
/
BitmapUtils
/
decodeQuietly
decode
Quietly
@
JvmStatic
fun
decodeQuietly
(
path
:
String
?
,
options
:
BitmapFactory.Options
?
)
:
Bitmap
?
Decodes
Bitmap
with minimal log output. Accepts
null
arguments.
Return
Bitmap
or
null
if load failed.