Indicates the reason why a LEADTOOLS RasterImage object is not compatible with android.graphics.Bitmap.
Value | Member | Description |
---|---|---|
0 | COMPATIBLE | Image is compatible |
1 | BITS_PER_PIXEL | Unsupported Bits/Pixel |
2 | ORDER | Unsupported color byte order |
3 | PALETTE | Unsupported palette |
4 | DATA | Unsupported raw data |
5 | VIEW_PERSPECTIVE | Unsupported view perspective |
6 | OTHER | Unspecified reason |