WIC Samples
This section contains the Windows Imaging Component (WIC) samples.
WIC provides two types of examples:
- Samples: Code segments that use several WIC features. Source code for the sample is delivered in the Windows SDK.
- Code Examples: Shorter samples that demonstrate a specific feature. Source code for the sample is not provided with the SDK.
WIC Samples
| Sample | Description |
|---|---|
| WIC Progressive Decoding Sample | Demonstrates the use of WIC to decode an image that is encoded with progressive levels. |
| WIC Animated Gif Sample | Demonstrates decoding the frames in a GIF file, reading appropriate metadata for each frame, composing frames, and rendering the animation with Direct2D. |
| WIC Image Viewer Using Direct2D Sample | Demonstrates the use of WIC to decode an image file and Direct2D to render the image to the screen. |
| WIC Image Viewer Using GDI Sample | Demonstrates the use of WIC to decode an image file and Windows Graphics Device Interface (GDI) to render the image to the screen. |
| WIC Image Viewer Using GDI+ Sample | Demonstrates the use of WIC to decode an image file and Windows GDI+ to render the image to the screen. |
Code Examples
| Code Example | Description |
|---|---|
| How-to: Re-encode a JPEG Image with Metadata | Demonstrates how to re-encode an image and its metadata to a new file of the same format. |
See Also
Send comments about this topic to Microsoft
Build date: 11/29/2012