Save the image to the file in the specified format and quality. The quality parameter can take values from 0 to 100 and only affects saving in ImageFormat.Jpeg. For all other formats, this parameter is ignored.
saveToStream
Name
Description
saveToStream (IImage, WriteStream, int, int)
Save the image to the stream in the specified format and quality. The quality parameter can take values from 0 to 100 and only affects saving in ImageFormat.Jpeg. For all other formats, this parameter is ignored.