ImageGear for C and C++ on Windows v19.10 - Updated
enumIGResampleInModes
Collapse All
Expand All
View with Navigation Tools
API Reference Guide
>
Core Component API Reference
>
Core Component Enumerations Reference
> enumIGResampleInModes
This enumeration contains input modes for
IG_FX_pixelate
method.
Values:
IG_RESAMPLE_IN_AVE
Average.
IG_RESAMPLE_IN_MIN
Min.
IG_RESAMPLE_IN_MAX
Max.
IG_RESAMPLE_IN_CENTER
Center.