The ImageExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberDispose
Disposes each of the images in images.
Public methodStatic memberSaveBmp(Image, Stream)
Saves this image as a Bmp to the specified stream.
Public methodStatic memberSaveBmp(Image, String)
Saves this image as a Bmp to the specified filename.
Public methodStatic memberSaveGif(Image, Stream, PixelFormat)
Saves this image as a Gif to the specified stream with the given pixelFormat.
Public methodStatic memberSaveGif(Image, String, PixelFormat)
Saves this image as a Gif to the specified filename with the given pixelFormat.
Public methodStatic memberSaveImage(Image, Stream)
Saves this image to the specified stream.
Public methodStatic memberSaveImage(Image, String)
Saves this image to the specified filename.
Public methodStatic memberSaveImage(Image, Stream, ImageFormat)
Saves this image to the specified stream with the given imageFormat.
Public methodStatic memberSaveImage(Image, String, ImageFormat)
Saves this image to the specified filename with the given imageFormat.
Public methodStatic memberSaveIndexed(Image, Stream, ImageFormat, PixelFormat)
Saves this image as an indexed image to the specified stream with the given pixelFormat.
Public methodStatic memberSaveIndexed(Image, String, ImageFormat, PixelFormat)
Saves this image as an indexed image to the specified filename with the given pixelFormat.
Public methodStatic memberSaveJpeg(Image, Stream, Int32)
Saves this image as a Jpeg to the specified stream with the given quality.
Public methodStatic memberSaveJpeg(Image, String, Int32)
Saves this image as a Jpeg to the specified filename with the given quality.
Public methodStatic memberSavePng(Image, Stream, PixelFormat)
Saves this image as a Png to the specified stream with the given pixelFormat.
Public methodStatic memberSavePng(Image, String, PixelFormat)
Saves this image as a Png to the specified filename with the given pixelFormat.
Public methodStatic memberToByteArray(Image)
Saves the Image to a byte array.
Public methodStatic memberToByteArray(Image, ImageFormat)
Saves the Image to a byte array.

Fields

  NameDescription
Public fieldStatic memberSupportsImageToByteConversion
Gets the image formats that are able to be automatically converted to a byte array.

See Also