* 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 TIFF Image | 03/30/2017 |
|
|
1dfe3209-fc73-40e6-ad1c-71c1c58b3364 |
How to: Encode and Decode a TIFF Image
The following examples show how to decode and encode a Tagged Image File Format (TIFF) image using the specific xref:System.Windows.Media.Imaging.TiffBitmapDecoder and xref:System.Windows.Media.Imaging.TiffBitmapEncoder objects.
Example
This example demonstrates how to decode a TIFF image using a xref:System.Windows.Media.Imaging.TiffBitmapDecoder from a xref:System.Uri.
[!code-cppTiffBitmapDecoderEncoder#1] [!code-csharpTiffBitmapDecoderEncoder#1] [!code-vbTiffBitmapDecoderEncoder#1]
Example
This example demonstrates how to encode a xref:System.Windows.Media.Imaging.BitmapSource into a TIFF image using a xref:System.Windows.Media.Imaging.TiffBitmapEncoder.
[!code-cppTiffBitmapDecoderEncoder#4] [!code-csharpTiffBitmapDecoderEncoder#4] [!code-vbTiffBitmapDecoderEncoder#4]