DK11 for Delphi | GisTypesUI.TGIS_PixelSubFormat | Enums
Platform independent pixel storage format definition.
// Delphi type TGIS_PixelSubFormat = ( None, BMP, JPEG, PNG, JP2, GRID );
// C++ Builder enum DECLSPEC_DENUM TGIS_PixelSubFormat unsigned short { 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. | ||