Resource Page DescriptionThe Windows 7 code samples for the Windows Imaging Component (WIC).
| Sample | Click on File to Download | Description |
| WIC Progressive Decoding | wicprogressivedecoding.zip | Demonstrates the use of WIC to decod an image that is encoded with progressive levels. |
| WIC Animated Gif | wicanimatedgif.zip | 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 | wicviewerd2d.zip | Demonstrates the use of WIC to decode an image file and Direct2D to render the image to the screen. |
| WIC Image Viewer Using GDI | wicviewergdi.zip | 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 GD+ | wicviewergdiplus.zip | Demonstrates the use of WIC to decode an image file and Windows GDI+ to render the image to the screen. |
For more information, see WIC Samples in the MSDN Library.
|