C#
VB
Java
WinRT C#
C++
Indicates the pre-defined quality factor for saving images using LEAD Advanced Bitonal Compression (ABC).
public enum CodecsAbcQualityFactor
Public Enum CodecsAbcQualityFactor
public enum CodecsAbcQualityFactor
public enum CodecsAbcQualityFactor
Leadtools.Codecs.CodecsAbcQualityFactor = function() { };
Leadtools.Codecs.CodecsAbcQualityFactor.prototype = {<br/>
Lossless = 0,
VirtualLossless = 1,
RemoveBorder = 2,
Enhance = 3,
Modified1 = 4,
Modified1Fast = 5,
Modified2 = 6,
Modified2Fast = 7,
Modified3 = 8,
Modified3Fast = 9,
LosslessFast = 10,
LossyFast = 11,
};
public enum class CodecsAbcQualityFactor
Members
Value | Member | Description |
---|---|---|
0 | Lossless | Lossless compression. This option compresses a 1-bit file and maintains image data unchanged. Highest quality. |
1 | VirtualLossless | Lossy compression. This option removes image noisy pixels and compresses it at a smaller file size than Lossless. |
2 | RemoveBorder | Lossy compression. This option removes image border if it exists and compresses it at a smaller file size than VirtualLossless. |
3 | Enhance | Lossy compression. This option cleans up the image, removes its border if it exists and compresses it at a smaller file size than RemoveBorder. |
4 | Modified1 | Lossy compression. This option cleans up the image, removes its border if it exists and compresses it at a smaller file size than Enhance. However, it may distort some text or straight lines. |
5 | Modified1Fast | Same as Modified1 without the border remove or image clean processes. |
6 | Modified2 | Lossy compression. This option cleans up the image, removes its border if it exists and compresses it at a smaller file size than Modified1. However, it may distort some text or straight lines. Maximum compression. |
7 | Modified2Fast | Lossy compression. This option compresses the image at a smaller file size than Modified1. However, it may distort some text or straight lines. Maximum compression. |
8 | Modified3 | Lossy compression. Provides faster encode and decode speed than Modified1 or Modified2. if one exists and compresses it at a smaller file size than Modified1 or Modified2. Provides the maximum compression. |
9 | Modified3Fast | Same as Modified3 without the border remove or image clean processes. |
10 | LosslessFast | Faster lossless compression than Lossless. This option compresses a 1-bit file and maintains image data unchanged. Highest quality. Does not produce compression ratios as high as Lossless. |
11 | LossyFast | Lossy compression. This is the fastest ABC lossy compression option. Does not produce compression ratios as high as the other lossy options. |
For more information and an example, refer to CodecsAbcOptions and Compression Quality Factors.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET