The ImageExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Dispose |
Disposes each of the images in images.
|
![]() ![]() | SaveBmp(Image, Stream) |
Saves this image as a Bmp to the specified stream.
|
![]() ![]() | SaveBmp(Image, String) |
Saves this image as a Bmp to the specified filename.
|
![]() ![]() | SaveGif(Image, Stream, PixelFormat) |
Saves this image as a Gif to the specified stream with the given
pixelFormat.
|
![]() ![]() | SaveGif(Image, String, PixelFormat) |
Saves this image as a Gif to the specified filename with the given
pixelFormat.
|
![]() ![]() | SaveImage(Image, Stream) |
Saves this image to the specified stream.
|
![]() ![]() | SaveImage(Image, String) |
Saves this image to the specified filename.
|
![]() ![]() | SaveImage(Image, Stream, ImageFormat) |
Saves this image to the specified stream with the given
imageFormat.
|
![]() ![]() | SaveImage(Image, String, ImageFormat) |
Saves this image to the specified filename with the given
imageFormat.
|
![]() ![]() | SaveIndexed(Image, Stream, ImageFormat, PixelFormat) |
Saves this image as an indexed image to the specified stream
with the given pixelFormat.
|
![]() ![]() | SaveIndexed(Image, String, ImageFormat, PixelFormat) |
Saves this image as an indexed image to the specified filename
with the given pixelFormat.
|
![]() ![]() | SaveJpeg(Image, Stream, Int32) |
Saves this image as a Jpeg to the specified stream with the given
quality.
|
![]() ![]() | SaveJpeg(Image, String, Int32) |
Saves this image as a Jpeg to the specified filename with the given
quality.
|
![]() ![]() | SavePng(Image, Stream, PixelFormat) |
Saves this image as a Png to the specified stream with the given
pixelFormat.
|
![]() ![]() | SavePng(Image, String, PixelFormat) |
Saves this image as a Png to the specified filename with the given
pixelFormat.
|
![]() ![]() | ToByteArray(Image) |
Saves the Image to a byte array.
|
![]() ![]() | ToByteArray(Image, ImageFormat) |
Saves the Image to a byte array.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | SupportsImageToByteConversion |
Gets the image formats that are able to be automatically converted to a byte array.
|