Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |