public static class ImageExtensions<ExtensionAttribute>
Public NotInheritable Class ImageExtensions[ExtensionAttribute]
public ref class ImageExtensions abstract sealed[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ImageExtensions = class end| GetFileExtension | |
| MixAlphaIntoRgb | Removes the transparency from an image, by drawing it onto a solid colored background. Uses "CompositingMode.SourceOver" to mix the alpha channel of the image with its rgb channels. ** only needed for image formats where the alpha channel is not considered (e.g. jpg) ** |
| Resize | |
| ScaleDownPreservingAspectRatio | |
| ToBase64 | |
| ToBase64AsJpg | |
| ToByteArray | |
| ToByteArrayAsJpg | |
| ToImage |