static int SCALE_AREA_AVERAGING
Use the Area Averaging image scaling algorithm.
static int SCALE_DEFAULT
Use the default image-scaling algorithm.
static int SCALE_FAST
Choose an image-scaling algorithm that gives higher priority to scaling speed than smoothness of the scaled image.
static int SCALE_REPLICATE
Use the image scaling algorithm embodied in the ReplicateScaleFilter class.
static int SCALE_SMOOTH
Choose an image-scaling algorithm that gives higher priority to image smoothness than scaling speed.