The DCT methods
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum JPEGDCTMethod
Public Enumeration JPEGDCTMethod
public enum class JPEGDCTMethod
Members
Member | Value | Description |
---|---|---|
ISLOW | 0 |
slow but accurate integer algorithm
|
IFAST | 1 |
faster, less accurate integer method
|
FLOAT | 2 |
floating-point method (machine dependent)
|