IWICImageEncoder interface (wincodec.h)
Encodes ID2D1Image interfaces to an IWICBitmapEncoder. The input images can be larger than the maximum device texture size.
Inheritance
The IWICImageEncoder interface inherits from the IUnknown interface. IWICImageEncoder also has these types of members:
Methods
The IWICImageEncoder interface has these methods.
IWICImageEncoder::WriteFrame Encodes the image to the frame given by the IWICBitmapFrameEncode. |
IWICImageEncoder::WriteFrameThumbnail Encodes the image as a thumbnail to the frame given by the IWICBitmapFrameEncode. |
IWICImageEncoder::WriteThumbnail Encodes the given image as the thumbnail to the given WIC bitmap encoder. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | wincodec.h |