EDT PDV SDK Documentation 6.1.0
image_info_t Struct Reference

Data Fields

int width
 
int height
 
short depth
 
int size
 
short bands
 
unsigned char * data
 
char * pathname
 
ImgFmt format
 

Detailed Description

Information about an image.

Field Documentation

◆ width

int image_info_t::width

Width (pixels)

◆ height

int image_info_t::height

Height (pixels)

◆ depth

short image_info_t::depth

Bit depth (bits)

◆ size

int image_info_t::size

Size of the image data buffer (bytes)

◆ bands

short image_info_t::bands

Number of (tiff) image bands or strips

◆ data

unsigned char * image_info_t::data

Pointer to the image data buffer.

◆ pathname

char* image_info_t::pathname

Filesystem path where the image was read from

◆ format

ImgFmt image_info_t::format

Detected image format


The documentation for this struct was generated from the following files: