DK for Java | tatukgis.jdk.TGIS_PixelSubFormat | Enums
Platform independent pixel storage format definition.
// Java public enum TGIS_PixelSubFormat { None, BMP, JPEG, PNG, JP2, GRID }
// Oxygene type TGIS_PixelSubFormat = public ( None, BMP, JPEG, PNG, JP2, GRID };
| Name | Value | Description | |
|---|---|---|---|
| None | Raw bytes. | ||
| BMP | BMP image format. | ||
| JPEG | JPEG image format. | ||
| PNG | PNG image format. | ||
| JP2 | JPEG 2000 image format. | ||
| GRID | GRID data. | ||