The DCT methods

Namespace: HiComponents.IEvolution
Assembly: 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

MemberValueDescription
ISLOW0
slow but accurate integer algorithm
IFAST1
faster, less accurate integer method
FLOAT2
floating-point method (machine dependent)

See Also