LosslessJpegCanDoLosslessTransform Method (Stream, JpegTransformType) |
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(
Stream source,
JpegTransformType transform
)
Public Shared Function CanDoLosslessTransform (
source As Stream,
transform As JpegTransformType
) As Boolean
Parameters
- source
- Type: System.IOStream
The source image Stream. - transform
- Type: Atalasoft.Imaging.ImageProcessingJpegTransformType
The transform to test.
Return Value
Type:
BooleanSee Also