Click or drag to resize

LosslessJpegCanDoLosslessTransform Method (String, JpegTransformType)

Returns a value indicating the the MCU blocks are arranged such that a lossless transformation can be performed without cropping the image.
Returns a value indicating the the MCU blocks are arranged such that a lossless transformation can be performed without cropping the 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 bool CanDoLosslessTransform(
	string source,
	JpegTransformType transform
)

Parameters

source
Type: SystemString
The source image file.
transform
Type: Atalasoft.Imaging.ImageProcessingJpegTransformType
The transform to test.

Return Value

Type: Boolean
See Also