'Declaration Public Enum JpegOperationMode Inherits System.Enum
public enum JpegOperationMode : System.Enum
__value public enum JpegOperationMode : public System.Enum
public enum class JpegOperationMode : public System.Enum
'Declaration Public Enum JpegOperationMode Inherits System.Enum
public enum JpegOperationMode : System.Enum
__value public enum JpegOperationMode : public System.Enum
public enum class JpegOperationMode : public System.Enum
Member | Description |
---|---|
SequentialBaseline | Baseline sequential process with Huffman coding. |
SequentialExtended | Extended sequential DCT process with Huffman coding. |
Progressive | Progressive DCT process with Huffman coding. |
Lossless | Lossless process with Huffman coding. |
SequentialDifferential | Differential sequential DCT process with Huffman coding. |
ProgressiveDifferential | Differential progressive DCT process with Huffman coding. |
LosslessDifferential | Differential lossless process with Huffman coding. |
SequentialExtendedArithmetic | Extended sequential DCT process with arithmetic coding. |
ProgressiveArithmetic | Progressive DCT process with arithmetic coding. |
LosslessArithmetic | Lossless process with arithmetic coding. |
SequentialDifferentialArithmetic | Differential sequential DCT process with arithmetic coding. |
ProgressiveDifferentialArithmetic | Differential progressive DCT process with arithmetic coding. |
LosslessDifferentialArithmetic | Differential lossless process with arithmetic coding. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegOperationMode
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5