parse Code Result
open fun parseCodeResult(@NonNull bitmapPath: String, @Nullable hints: Map<DecodeHintType, Any>): Result
解析一维码/二维码图片
Return
Parameters
bitmap Path
hints
解析编码类型
open fun parseCodeResult(@NonNull bitmapPath: String, reqWidth: Int, reqHeight: Int, @Nullable hints: Map<DecodeHintType, Any>): Result
解析一维码/二维码图片
Return
Parameters
bitmap Path
需要解析的图片路径
req Width
请求目标宽度,如果实际图片宽度大于此值,会自动进行压缩处理,当 reqWidth 和 reqHeight都小于或等于0时,则不进行压缩处理
req Height
请求目标高度,如果实际图片高度大于此值,会自动进行压缩处理,当 reqWidth 和 reqHeight都小于或等于0时,则不进行压缩处理
hints
解析编码类型
解析一维码/二维码图片
Return
Parameters
bitmap
解析的图片
open fun parseCodeResult(@NonNull bitmap: Bitmap, @Nullable hints: Map<DecodeHintType, Any>): Result
解析一维码/二维码图片
Return
Parameters
bitmap
解析的图片
hints
解析编码类型
open fun parseCodeResult(source: LuminanceSource, @Nullable hints: Map<DecodeHintType, Any>): Result
解析一维码/二维码图片
Return
Parameters
source
hints