LosslessJpegTransform Method (Stream, Stream, JpegTransformType) |
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
)
Public Shared Sub Transform (
source As Stream,
dest As Stream,
type As JpegTransformType
)
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.
Exceptions Exception | Condition |
---|
| Thrown is the current license is not DotImage Photo Pro, or DotImage Document Imaging. |
Examples LosslessJpeg Class
See Also