toBitmap method of the Image Interface
Converts the image to a bitmap. The bitmap is created with corrected orientation if applicable.
Bitmap toBitmap();
Return values
The method returns the instance of the Bitmap interface.
3/2/2022 12:59:15 PM