IImageProcessor.Load method

namespace: global   assemblySerenity.Net.Services

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