decode To Bitmap Or Null
Decode a file into a bitmap.
If cannot be decoded into a bitmap, the function returns null.
Receiver
Return
Bitmap or null.
Parameters
the BitmapFactory.Options, default is null.
See also
Decode a file descriptor into a bitmap.
If cannot be decoded into a bitmap, the function returns null.
Receiver
Return
Bitmap or null.
Parameters
set the padding of this bitmap, default is null, see BitmapFactory.decodeFileDescriptor.
the BitmapFactory.Options, default is null.
See also
Decode a stream into a bitmap.
If cannot be decoded into a bitmap, the function returns null.
Receiver
Return
Bitmap or null.
Parameters
set the padding of this bitmap, default is null.
the BitmapFactory.Options, default is null.
See also
Decode a byte array into a bitmap.
If cannot be decoded into a bitmap, the function returns null.
Receiver
Return
Bitmap or null.
Parameters
the current offset, default is 0.
the current data length, default is ByteArray.size.