IMAGE_INFO structure (filter.h)
Represents image metadata, including dimensions and format. This structure is populated by a search filter and returned from its implementation of IPixelFilter::GetImageInfo.
Syntax
typedef struct IMAGE_INFO {
UINT Width;
UINT Height;
IMAGE_PIXELFORMAT Format;
} IMAGE_INFO;
Members
Width
The width of the image being indexed, in pixels.
Height
The height of the image being indexed, in pixels.
Format
A member of the IMAGE_PIXELFORMAT enumeration, specifying the format of the image being indexed.
Requirements
Requirement | Value |
---|---|
Header | filter.h |