Options for converting an Android android.graphics.Bitmap to a LEADTOOLS RasterImage object.
Value | Member | Description |
---|---|---|
0 | None | Default |
1 | LinkImage | Uses the data from the source's native image object without making a copy. |
10 | AutoFreeLinkImage | Automatically frees the linked native image object when the RasterImage is disposed. |
This enumeration is used to specify the options for converting an Android android.graphics.Bitmap into a LEADTOOLS RasterImage object by using the RasterImageConverter.convertFromBitmap method.