Save
Saves the current image to the specified file path or Stream.
public ImageFactory Save(Stream stream)
Parameters
- stream
- The
System.IO.Stream
to save the image information to.
public ImageFactory Save(string filePath)
Parameters
- filePath
- The absolute path to save the image to.