* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
1.9 KiB
title, ms.date, dev_langs, helpviewer_keywords, ms.assetid
| title | ms.date | dev_langs | helpviewer_keywords | ms.assetid | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| How to: Encode and Decode a WDP Image | 03/30/2017 |
|
|
911777d1-516b-49db-a87b-b54e31b18532 |
How to: Encode and Decode a WDP Image
The following examples show how to decode and encode a Microsoft Windows Media Photo image using the specific xref:System.Windows.Media.Imaging.WmpBitmapDecoder and xref:System.Windows.Media.Imaging.WmpBitmapEncoder objects.
Example
This example demonstrates how to decode a Windows Media Photo image using a xref:System.Windows.Media.Imaging.WmpBitmapDecoder from a xref:System.Uri.
[!code-cppWdpBitmapDecoderEncoder#1] [!code-csharpWdpBitmapDecoderEncoder#1] [!code-vbWdpBitmapDecoderEncoder#1]
Example
This example demonstrates how to encode a xref:System.Windows.Media.Imaging.BitmapSource into a Windows Media Photo image using a xref:System.Windows.Media.Imaging.WmpBitmapEncoder.
[!code-cppWdpBitmapDecoderEncoder#4] [!code-csharpWdpBitmapDecoderEncoder#4] [!code-vbWdpBitmapDecoderEncoder#4]