Windows.Graphics.Imaging
Windows.Graphics.Imaging
Windows.Graphics.Imaging
Windows.Graphics.Imaging
Namespace
Enables the decoding, editing, and encoding of image files.
Classes
| BitmapBuffer BitmapBuffer BitmapBuffer BitmapBuffer |
Represents the pixel data buffer of a bitmap. |
| BitmapCodecInformation BitmapCodecInformation BitmapCodecInformation BitmapCodecInformation |
Provides access to information about a decoder or encoder. |
| BitmapDecoder BitmapDecoder BitmapDecoder BitmapDecoder |
Provides read access to bitmap container data as well as data from the first frame. |
| BitmapEncoder BitmapEncoder BitmapEncoder BitmapEncoder |
Contains methods to create, edit and save images. |
| BitmapFrame BitmapFrame BitmapFrame BitmapFrame |
Provides read access to data within a single frame. |
| BitmapProperties BitmapProperties BitmapProperties BitmapProperties |
Provides read and write access to image properties and metadata. |
| BitmapPropertiesView BitmapPropertiesView BitmapPropertiesView BitmapPropertiesView |
Provides read access to image properties and metadata. A particular instance of BitmapPropertiesView may represent the entire contents of the frame metadata, or any nested metadata block within the frame. |
| BitmapPropertySet BitmapPropertySet BitmapPropertySet BitmapPropertySet |
Represents a property set of BitmapTypedValue objects. |
| BitmapTransform BitmapTransform BitmapTransform BitmapTransform |
Contains transformations that can be applied to pixel data. |
| BitmapTypedValue BitmapTypedValue BitmapTypedValue BitmapTypedValue |
A value along with an enumeration specifying its data type. |
| ImageStream ImageStream ImageStream ImageStream |
An implementation of IRandomAccessStreamWithContent type used in the Imaging namespace. |
| PixelDataProvider PixelDataProvider PixelDataProvider PixelDataProvider |
Provides access to the pixel data from a bitmap frame. |
| SoftwareBitmap SoftwareBitmap SoftwareBitmap SoftwareBitmap |
Represents an uncompressed bitmap. |
Structs
| BitmapBounds BitmapBounds BitmapBounds BitmapBounds |
Specifies a bounding rectangle. |
| BitmapPlaneDescription BitmapPlaneDescription BitmapPlaneDescription BitmapPlaneDescription |
Defines the format of a bitmap plane. |
| BitmapSize BitmapSize BitmapSize BitmapSize |
Represents the size of a bitmap, in pixels. |
Interfaces
| IBitmapFrame IBitmapFrame IBitmapFrame IBitmapFrame |
Exposes methods for operating on a single frame of an image. |
| IBitmapFrameWithSoftwareBitmap IBitmapFrameWithSoftwareBitmap IBitmapFrameWithSoftwareBitmap IBitmapFrameWithSoftwareBitmap |
Exposes methods for obtaining a SoftwareBitmap representation of an BitmapFrame. |
| IBitmapPropertiesView IBitmapPropertiesView IBitmapPropertiesView IBitmapPropertiesView |
Exposes methods for reading image metadata and properties. |
Enums
| BitmapAlphaMode BitmapAlphaMode BitmapAlphaMode BitmapAlphaMode |
Specifies the alpha mode of pixel data. |
| BitmapBufferAccessMode BitmapBufferAccessMode BitmapBufferAccessMode BitmapBufferAccessMode |
Specifies the access mode of a BitmapBuffer. |
| BitmapFlip BitmapFlip BitmapFlip BitmapFlip |
Specifies the flip operation to be performed on pixel data. |
| BitmapInterpolationMode BitmapInterpolationMode BitmapInterpolationMode BitmapInterpolationMode |
Specifies the interpolation mode used for scaling pixel data. |
| BitmapPixelFormat BitmapPixelFormat BitmapPixelFormat BitmapPixelFormat |
Specifies the pixel format of pixel data. Each enumeration value defines a channel ordering, bit depth, and data type. |
| BitmapRotation BitmapRotation BitmapRotation BitmapRotation |
Specifies the rotation operation to be performed on pixel data. |
| ColorManagementMode ColorManagementMode ColorManagementMode ColorManagementMode |
Specifies the color management behavior when obtaining pixel data. |
| ExifOrientationMode ExifOrientationMode ExifOrientationMode ExifOrientationMode |
Specifies the EXIF orientation flag behavior when obtaining pixel data. |
| JpegSubsamplingMode JpegSubsamplingMode JpegSubsamplingMode JpegSubsamplingMode |
Specifies which chroma subsampling mode will be used for image compression in JPEG images. |
| PngFilterMode PngFilterMode PngFilterMode PngFilterMode |
Specifies the filter used to optimize the image prior to image compression in PNG images. |
| TiffCompressionMode TiffCompressionMode TiffCompressionMode TiffCompressionMode |
Specifies the compression mode used for TIFF images. |