Click or drag to resize

LosslessJpeg Methods

The LosslessJpeg type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCanDoLosslessTransform(Stream, JpegTransformType)
Returns a value indicating the the MCU blocks are arranged such that a lossless transformation can be performed without cropping the image.
Public methodStatic memberCanDoLosslessTransform(String, JpegTransformType)
Returns a value indicating the the MCU blocks are arranged such that a lossless transformation can be performed without cropping the image.
Public methodStatic memberCrop(Stream, Stream, Rectangle)
Performs a lossless crop on a JPEG image.
Public methodStatic memberCrop(String, String, Rectangle)
Performs a lossless crop on a JPEG image.
Public methodStatic memberCrop(Stream, Stream, Rectangle, JpegTransformFlags)
Performs a lossless crop on a JPEG image.
Public methodStatic memberCrop(String, String, Rectangle, JpegTransformFlags)
Performs a lossless crop on a JPEG image.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetMcuBlockSize(Stream)
Get the compression block size for a JPG file.
Public methodStatic memberGetMcuBlockSize(String)
Get the compression block size for a JPG file.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberCode exampleTransform(Stream, Stream, JpegTransformType)
Perform a lossless transform on a JPEG image.
Public methodStatic memberCode exampleTransform(String, String, JpegTransformType)
Perform a lossless transform on a JPEG image.
Public methodStatic memberCode exampleTransform(Stream, Stream, JpegTransformType, JpegTransformFlags)
Perform a lossless transform on a JPEG image.
Public methodStatic memberCode exampleTransform(String, String, JpegTransformType, JpegTransformFlags)
Perform a lossless transform on a JPEG image.
Top
See Also