Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
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 |