public final class FineScale extends FineOperation
FineOperation class| Modifier and Type | Field and Description |
|---|---|
MISize |
size
The size of the resulting image
|
| Constructor and Description |
|---|
FineScale(MISize size)
Creates the
FineScale object given the size |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
public MISize size
public FineScale(MISize size)
FineScale object given the sizesize - - The size of the resulting imagepublic void processImage(MIImage image, MICallback callback) throws MIGenericException
processImage in class FineOperationimage - - the MIImage object with the imagecallback - - the MICallback object that receives information about the image processing progressMIGenericException