Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |