User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_pixelsubformat

Table of Contents

TGIS_PixelSubFormat enum

DK11 for Delphi | GisTypesUI.TGIS_PixelSubFormat | Enums

Platform independent pixel storage format definition.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// 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
};

Members

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.

2022/11/30 19:19

Page Tools