ImageTaskSave(Stream, NullableImageFormat) Method

Executes all the commands in the chain and saves the resulting image to the specified stream.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public ImageTask Save(
	Stream imageStream,
	ImageFormat? imageFormat = null
)

Parameters

imageStream  Stream
The stream to save the image to.
imageFormat  NullableImageFormat  (Optional)
The file format used to save the image. If not specified, the same file format of the source image will be used and if the format is not supported for saving, then Jpeg format will be used.

Return Value

ImageTask
The same instance of this class.

See Also