JpegXrEncoder Class |
Namespace: Atalasoft.Imaging.Codec
The JpegXrEncoder type exposes the following members.
Name | Description | |
---|---|---|
JpegXrEncoder | Creates a new instance of JpegXrEncoder. |
Name | Description | |
---|---|---|
AlphaDataDiscardLevel | Gets or sets the level of alpha frequency data to discard during a compressed domain transcode. | |
AlphaQualityLevel | Gets or sets the compression quality for a planar alpha channel. | |
CompressedDomainTranscode | Gets or sets a value that indicates whether compressed domain operations can be used. Compressed domain
operations are transformation operations that are done without decoding the image data. | |
FlipHorizontal | Gets or sets a value indicating whether to flip the image horizontally. | |
FlipVertical | Gets or sets a value that indicates whether to flip the image vertically. | |
FrequencyOrder | Gets or sets a value that indicates whether to encoding in frequency order. | |
HorizontalTileSlices | Gets or sets the number of horizontal divisions to use during compression encoding. A single division
creates two horizontal regions. | |
IgnoreOverlap | Gets or sets a value that indicates whether to ignore region overlap pixels in sub-region compressed
domain encoding. This feature is not currently implemented. | |
ImageDataDiscardLevel | Gets or sets the level of image data to discard during a compressed domain transcode. | |
ImageQualityLevel | Gets or sets the image quality level. | |
InterleavedAlpha | Gets or sets a value that indicates whether to encode the alpha channel data as an additional interleaved
channel. | |
Lossless | Gets or sets a value that indicates whether to encode using lossless compression. | |
OverlapLevel | Gets or sets the overlap processing level. | |
QualityLevel | Gets or sets the compression quality for the main image. | |
Rotation | Gets or sets the Rotation of the image. | |
SubsamplingLevel | Gets or sets the sub sampling level for RGB image encoding. | |
SupportedPixelFormats |
Returns an array of pixel formats supported by this encoder.
(Overrides ImageEncoderSupportedPixelFormats.) | |
UseCodecOptions | Gets or sets a value that indicates codec options are to be used. | |
VerticalTileSlices | Gets or sets the number of vertical divisions to use during compression encoding. A single division
creates two vertical regions. |
Name | Description | |
---|---|---|
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 |
Save an image using this encoder.
(Overrides ImageEncoderSave(Stream, AtalaImage, ProgressEventHandler).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |