Click or drag to resize

LosslessJpegTransform Method (Stream, Stream, JpegTransformType, JpegTransformFlags)

Perform a lossless transform on a JPEG image.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static void Transform(
	Stream source,
	Stream dest,
	JpegTransformType type,
	JpegTransformFlags flags
)

Parameters

source
Type: System.IOStream
The source image Stream.
dest
Type: System.IOStream
The destination image Stream.
type
Type: Atalasoft.Imaging.ImageProcessingJpegTransformType
The transform type to apply.
flags
Type: Atalasoft.Imaging.ImageProcessingJpegTransformFlags
The transform flags.
Exceptions
ExceptionCondition
Thrown is the current license is not DotImage Photo Pro, or DotImage Document Imaging.
Examples
LosslessJpeg Class
See Also