Skip to content

IImageProcessor.Load method

Loads the image from the source stream

public object? Load(Stream source, out ImageFormatInfo? formatInfo)
parameter description
source Source stream
formatInfo Information about loaded image format

See Also