FC_ImageInformation

Definition

Image information.

typedef struct FC_ImageInformation

{

uint32_t structVersion;

uint32_t structSize;

uint32_t width;

uint32_t height;

uint32_t bands;

uint32_t bits;

uint32_t colorSpace;

uint32_t dataType;

uint32_t tileWidth;

uint32_t tileHeight;

uint32_t layerType;

uint32_t layout;

uint32_t byteorder;

} FC_ImageInformation;

Members

structVersion

Version of the structure, to allow future expansion.

structSize

Size of the structure in bytes.

width

Image width

height

Image height

bands

Number of bands

bits

Bits per band

colorSpace

Image colorspace

dataType

Pixel data type

tileWidth

Tile width (0 if not tiled)

tileHeight

Tile height (0 if not tiled)

layerType

Type of image or dataset

layout

Pixel layout

byteorder

Byteorder

Remarks

This structure is the main structure that defines the image to be read.