EDT PDV SDK Documentation 6.2.0
|
Data Fields | |
int | width |
int | height |
short | depth |
int | size |
short | bands |
unsigned char * | data |
char * | pathname |
ImgFmt | format |
Information about an image.
int image_info_t::width |
Width (pixels)
int image_info_t::height |
Height (pixels)
short image_info_t::depth |
Bit depth (bits)
int image_info_t::size |
Size of the image data buffer (bytes)
short image_info_t::bands |
Number of (tiff) image bands or strips
unsigned char * image_info_t::data |
Pointer to the image data buffer.
char* image_info_t::pathname |
Filesystem path where the image was read from
ImgFmt image_info_t::format |
Detected image format