BitmapEncoder Hierarchy

The following table lists the classes derived from System.Windows.Media.Imaging.BitmapEncoder .

Derived Classes

Class Description
System.Windows.Media.Imaging.BmpBitmapEncoder Defines an encoder that is used to encode bitmap (BMP) format images.
System.Windows.Media.Imaging.GifBitmapEncoder Defines an encoder that is used to encode Graphics Interchange Format (GIF) images.
System.Windows.Media.Imaging.JpegBitmapEncoder Defines an encoder that is used to encode Joint Photographics Experts Group (JPEG) format images. This class cannot be inherited.
System.Windows.Media.Imaging.PngBitmapEncoder Defines an encoder that is used to encode Portable Network Graphics (PNG) format images. This class cannot be inherited.
System.Windows.Media.Imaging.TiffBitmapEncoder Defines an encoder that is used to encode Tagged Image File Format (TIFF) format images.
System.Windows.Media.Imaging.WmpBitmapEncoder Defines an encoder that is used to encode Microsoft Windows Media Photo images.

See Also

Reference

BitmapEncoder Class
BitmapEncoder Members
System.Windows.Media.Imaging Namespace
BitmapSource

Other Resources

Imaging Overview