Load
Loads the image to process. Always call this method first.
public ImageFactory Load(Stream stream)
Parameters
- stream
- The
System.IO.Streamcontaining the image information.
public ImageFactory Load(string imagePath)
Parameters
- imagePath
- The absolute path to the image to load.
This overload was added in version 4.7.0.
public ImageFactory Load(Image image)
Parameters
- image
- The
System.Drawing.Imageto load.