LosslessJpeg Methods

The LosslessJpeg type exposes the following members.

Methods

Name Description
Public method AlignToMCUSize Overloaded.

Aligns coordinates to JPEG Minimum Coded Units (MCU).

Public method Close

Closes this LosslessJpeg and releases the containing file.

Public method Dispose

Releases all resources used by this LosslessJpeg.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsTrimmingRequired

Checks whether the image will be trimmed during the rotation or flipping.

Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Write Overloaded.

Writes the image to to the specified media.

Public method WriteCropped Overloaded.

Crops the image and writes it to specified media.

Public method WritePatched Overloaded.

Patches the image using a given bitmap and writes the result to specified media.

Public method WriteRotated Overloaded.

Rotates and/or flips the image and writes the result to specified media.

Public method WriteTransposed Overloaded.

Transpose the image and writes the result to the specified media.

Public method WriteTransversed Overloaded.

Transverse the image and writes the result to the specified media.

See Also

Reference