Classes implementing this interface can be used as image processors, resizing, cropping and converting images.

public interface IImageProcessor

Properties

SupportedFormats

Methods

ProcessAsync(Stream, ImageProcessOptions, Nullable<ImageFormat>) Processes the image according to the specified process options and converts it to the specified output format.
GetImageMetadataAsync(Stream)

Implemented by

ImageSharpProcessor
SkiaSharpProcessor
SystemDrawingImageProcessor