User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_pixelsubformat

Table of Contents

TGIS_PixelSubFormat enum

DK11 for Java | tatukgis.jdk.TGIS_PixelSubFormat | Enums

Platform independent pixel storage format definition.

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

Syntax

// Java
public enum TGIS_PixelSubFormat {
  None, BMP, JPEG, PNG, JP2, GRID
}
// Oxygene
type
  TGIS_PixelSubFormat = public (
    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.

2024/12/20 22:26

Page Tools