LosslessJpeg Methods |
The LosslessJpeg type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CanDoLosslessTransform(Stream, JpegTransformType) | Returns a value indicating the the MCU blocks are arranged such that a lossless transformation can be
performed without cropping the image. |
![]() ![]() | CanDoLosslessTransform(String, JpegTransformType) | Returns a value indicating the the MCU blocks are arranged such that a lossless transformation can be
performed without cropping the image. |
![]() ![]() | Crop(Stream, Stream, Rectangle) | Performs a lossless crop on a JPEG image. |
![]() ![]() | Crop(String, String, Rectangle) | Performs a lossless crop on a JPEG image. |
![]() ![]() | Crop(Stream, Stream, Rectangle, JpegTransformFlags) | Performs a lossless crop on a JPEG image. |
![]() ![]() | Crop(String, String, Rectangle, JpegTransformFlags) | Performs a lossless crop on a JPEG image. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetMcuBlockSize(Stream) | Get the compression block size for a JPG file. |
![]() ![]() | GetMcuBlockSize(String) | Get the compression block size for a JPG file. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() ![]() | Transform(Stream, Stream, JpegTransformType) | Perform a lossless transform on a JPEG image. |
![]() ![]() ![]() | Transform(String, String, JpegTransformType) | Perform a lossless transform on a JPEG image. |
![]() ![]() ![]() | Transform(Stream, Stream, JpegTransformType, JpegTransformFlags) | Perform a lossless transform on a JPEG image. |
![]() ![]() ![]() | Transform(String, String, JpegTransformType, JpegTransformFlags) | Perform a lossless transform on a JPEG image. |