WIC functions
This section contains information about the Windows Imaging Component (WIC) functions.
In this section
Topic | Description |
---|---|
ProgressNotificationCallback |
Application defined callback function called when codec component progress is made. |
WICConvertBitmapSource |
Obtains a IWICBitmapSource in the desired pixel format from a given IWICBitmapSource. |
WICCreateBitmapFromSection |
Returns a IWICBitmapSource that is backed by the pixels of a Windows Graphics Device Interface (GDI) section handle. |
WICCreateBitmapFromSectionEx |
Returns a IWICBitmapSource that is backed by the pixels of a GDI section handle. |
WICGetMetadataContentSize |
Returns the size of the metadata content contained by the specified IWICMetadataWriter. The returned size accounts for the header and the length of the metadata. |
WICMapGuidToShortName |
Obtains the short name associated with a given GUID. |
WICMapSchemaToName |
Obtains the name associated with a given schema. |
WICMapShortNameToGuid |
Obtains the GUID associated with the given short name. |
WICMatchMetadataContent |
Obtains a metadata format GUID for a specified container format and vendor that best matches the content within a given stream. |
WICSerializeMetadataContent |
Writes metadata into a given stream. |
WIC Proxy Functions |
This section contains the WIC proxy functions. |