ImageGear Professional v18.2 > API Reference Guide > FreqIP Component API Reference > FreqIP Component Objects > IGFreqIPCtl Control > IGFreqIPCtl Methods > InverseDCTToImage Method |
Computes the inverse Discrete Cosine Transform of the input I IGComplexObject. The difference between this method and InverseDCT() is that this method returns an IGPage Object as the result, using the default conversion type IG_CO_OBJ_CONV_TYPE_REAL.
InverseDCTToImage(pComplexObject As IGComplexObject) As IGPage
Name | Description |
---|---|
pComplexObject | IGComplexObject Object to process. |
Returns an IGPage Object, which contains result data.
N/A
FreqIP