Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the pixel format of an image. This enumeration is used with the IMAGE_INFO structure.
typedef enum IMAGE_PIXELFORMAT {
FILTER_PIXELFORMAT_BGRA8,
FILTER_PIXELFORMAT_PBGRA8,
FILTER_PIXELFORMAT_BGR8
} ;
FILTER_PIXELFORMAT_BGRA8 The image format is 32 bits per pixel. This value corresponds to the Windows Imaging Component (WIC) friendly name GUID_WICPixelFormat32bppBGRA. |
FILTER_PIXELFORMAT_PBGRA8 The image format is 32 bits per pixel. This value corresponds to the WIC friendly name GUID_WICPixelFormat32bppPBGRA. |
FILTER_PIXELFORMAT_BGR8 The image format is 24 bits per pixel. This value corresponds to the WIC friendly name GUID_WICPixelFormat24bppBGR. |
Specifying the bits per pixel (bpp) of an image allows a search indexer to allocate a buffer of the correct size to process the image. For more information on WIC pixel formats, see Native pixel formats overview.
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 26100 |
Header | filter.h |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today