Overload List

NameDescription
JpegLosslessTransform(String, String, IEImage..::..JpegTransform, Boolean)

JpegLosslessTransform performs various useful transformations of JPEG files.

JpegLosslessTransform works by rearranging the compressed data, without ever fully decoding the image.

Therefore, its transformations are lossless: there is no image degradation at all.

This function allows to update EXIF thumbnail and orientation.

JpegLosslessTransform(String, String, IEImage..::..JpegTransform, Boolean, IEImage..::..JpegCopyMarkers, Rectangle)

JpegLosslessTransform performs various useful transformations of JPEG files.

JpegLosslessTransform works by rearranging the compressed data, without ever fully decoding the image.

Therefore, its transformations are lossless: there is no image degradation at all.

See Also