AreaAveragingScaleFilter.AreaAveragingScaleFilter

AreaAveragingScaleFilter.AreaAveragingScaleFilter

Class Overview | Class Members | This Package | All Packages

Syntax
public AreaAveragingScaleFilter( int width, int height )
Parameters
width
the target width to scale the image
height
the target height to scale the image
Description
Constructs an AreaAveragingScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.