JpegEncoder Methods |
The JpegEncoder type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyJpegWithNewMarkers(Stream, Stream) | Performs a lossless copy of the JPEG image data into a new image while replacing the JPEG metadata with
new metadata. | |
| CopyJpegWithNewMarkers(String, String) | These methods perform a lossless copy of the JPEG image data into a new image while replacing the JPEG
metadata with new metadata. | |
| CopyJpegWithNewMarkers(Stream, Stream, JpegMarkerCopyFlags) | These methods perform a lossless copy of the JPEG image data into a new image while replacing the JPEG
metadata with new metadata. | |
| CopyJpegWithNewMarkers(String, String, JpegMarkerCopyFlags) | These methods perform a lossless copy of the JPEG image data into a new image while replacing the JPEG
metadata with new metadata. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsPixelFormatSupported | Returns true if the given PixelFormat can be encoded with the derived encoder. (Inherited from ImageEncoder.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Save | Encode an AtalaImage as a Jpeg image to a stream. (Overrides ImageEncoderSave(Stream, AtalaImage, ProgressEventHandler).) | |
| SetDownsamplingFactors | Sets the downsampling factors used when compressing the image data. This will affect both quality and
file size of the saved image. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |