[ 本文适用于编写 Windows 运行时应用的 Windows 8.x 和 Windows Phone 8.x 开发人员。如果你要针对 Windows 10 进行开发,请参阅 最新文档 ]
Windows.Graphics.Imaging 命名空间可让你解码图像,然后编辑像素和元数据。 那么,你可以以各种格式编码结果。
以下主题显示了如何使用此命名空间。
主题 | 描述 |
---|---|
介绍如何从文件加载图像,并从中创建 BitmapDecoder 对象。 |
|
展示如何使用 BitmapDecoder 对象读取图像元数据。 |
|
向你展示如何使用 ImageProperties 对象从图像文件中检索属性。 |
|
为你显示如何使用 BitmapEncoder 对象写入图像元数据。 |
|
展示如何使用 BitmapDecoder 对象从图像获取像素数据。 |
|
展示如何使用 BitmapDecoder 对象从图像获取像素数据。 |
|
展示如何使用 BitmapEncoder 编辑现有图像 |
|
显示如何创建 BitmapEncoder 对象并将其内容保存到文件中。 |
|
向你展示如何在 BitmapEncoder 上设置编码选项。 |