public static interface IImagingCoreAPI.Image
extends java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Release resources.
|
android.util.Size |
getSize()
Returns size of the image.
|
android.graphics.Bitmap |
toBitmap()
Convert the image to a bitmap.
|
android.graphics.Bitmap toBitmap()
The bitmap is created with corrected orientation if applicable
android.util.Size getSize()
void close()
close in interface java.lang.AutoCloseable