Processing image files (XAML)
[ This article is for Windows 8.x and Windows Phone 8.x developers writing Windows Runtime apps. If you’re developing for Windows 10, see the latest documentation ]
The Windows.Graphics.Imaging namespace lets you decode images and then edit the pixels and metadata. Then you can encode the result in various formats.
The following topics show how to get started with this namespace.
Topic | Description |
---|---|
Learn how to use image processing APIs for your Windows Runtime app using C++, C#, or Visual Basic. |
|
Shows you how to load an image from a file and create a BitmapDecoder object from it. |
|
Shows how to use a BitmapEncoder to edit an existing image |
|
Shows how to use a BitmapDecoder object to get pixel data from an image. |
|
Shows how to use a BitmapDecoder object to get pixel data from an image. |
|
Shows you how to use an ImageProperties object to retrieve properties from an image file. |
|
Shows how to use a BitmapDecoder object to read image metadata. |
|
Shows you how to use a BitmapEncoder object to write image metadata. |
|
Shows how to create an BitmapEncoder object and save its contents to a file. |
|
Shows you how to set encoding options on a BitmapEncoder. |