The ImageExtensions type exposes the following members.

Methods

  Name Description
Public method Static member FromByteArray
Converts the specified byte array to an image.
Public method Static member Resize
Resizes an image, maintaining width:height ratios.
Public method Static member ToAlphaBlend
Alpha blends an image with a background color;
Public method Static member ToByteArray(Image)
Converts the specified image to a byte array using format specified by the image.
Public method Static member ToByteArray(Image, ImageFormat)
Converts the specified image to a byte array using the specified format.
Public method Static member ToGrayscale
Grayscales an image.

See Also