IWICBitmapFrameEncode interface
Represents an encoder's individual image frames.
Members
The IWICBitmapFrameEncode interface inherits from the IUnknown interface. IWICBitmapFrameEncode also has these types of members:
Methods
The IWICBitmapFrameEncode interface has these methods.
| Method | Description |
|---|---|
| Commit |
Commits the frame to the image. |
| GetMetadataQueryWriter |
Gets the metadata query writer for the encoder frame. |
| Initialize |
Initializes the frame encoder using the given properties. |
| SetColorContexts |
Sets a given number IWICColorContext profiles to the frame. |
| SetPalette |
Sets the IWICPalette for indexed pixel formats. |
| SetPixelFormat |
Requests that the encoder use the specified pixel format. |
| SetResolution |
Sets the physical resolution of the output image. |
| SetSize |
Sets the output image dimensions for the frame. |
| SetThumbnail |
Sets the frame thumbnail if supported by the codec. |
| WritePixels |
Encodes the frame scanlines. |
| WriteSource |
Encodes a bitmap source. |
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Library |
|
|
DLL |
|
See also
- Conceptual
- Windows Imaging Component Overview
- How to Write a WIC-Enabled CODEC
- WIC GUIDs and CLSIDs
- Other Resources
- AITCodec Sample CODEC