Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section contains the image decoding samples.
In this section
Topic | Description |
---|---|
WIC progressive decoding sample | This sample demonstrates the use of Windows Imaging Component (WIC) to decode an image that is encoded with progressive levels. |
WIC image viewer using Direct2D sample | This sample demonstrates the use of WIC to decode an image file and Direct2D to render the image to the screen. |
WIC animated GIF sample | This sample demonstrates decoding various frames in a GIF file, reading appropriate metadata for each frame, composing frames, and rendering the animation with Direct2D. |