ImageExtensions Methods

KGy SOFT Drawing Libraries

ImageExtensions Methods KGy SOFT Drawing Libraries Help

The ImageExtensions type exposes the following members.

Methods

  Name Description
Public method Static member ConvertPixelFormat
Converts the image to another one with the desired PixelFormat.
See the Remarks section for details.
Public method Static member EqualsByContent
Compares an image to another one by content and returns whether they are equal. Images of different size or pixel format are considered as difference.
Public method Static member GetBitsPerPixel
Gets the bits per pixel (bpp) value of the image.
Public method Static member SaveAsGif(Image, Stream, Boolean)
Saves the specified image as a GIF image.
See the Remarks section for the differences compared to the Image.Save(Stream,ImageFormat) method.
Public method Static member SaveAsGif(Image, Stream, Color)
Saves the specified image as a GIF image.
See the Remarks section for the differences compared to the Image.Save(Stream,ImageFormat) method.
Public method Static member SaveAsMultipageTiff
Saves the provided images as a multi-page TIFF into the specified Stream. When Image instances in images contain already multiple pages, only the current page is taken.
Public method Static member ToGrayscale
Converts an image to a grayscale one.
Public method Static member ToIcon
Creates an Icon from an Image.
Top
See Also

Reference