Click or drag to resize

LosslessJpegTransform Method (String, String, 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(
	string source,
	string dest,
	JpegTransformType type,
	JpegTransformFlags flags
)

Parameters

source
Type: SystemString
The source image file.
dest
Type: SystemString
The destination image filename.
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