User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_pixelsubformat

Table of Contents

TGIS_PixelSubFormat enum

DK11 for .NET | TatukGIS.NDK.TGIS_PixelSubFormat | Enums

Platform independent pixel storage format definition.

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

Syntax

// C#
public enum TGIS_PixelSubFormat
{
  None, BMP, JPEG, PNG, JP2, GRID
}
' VisualBasic
Public Enum TGIS_PixelSubFormat
  None
  BMP
  JPEG
  PNG
  JP2
  GRID
End Enum
// 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.

2022/11/30 19:27

Page Tools