public final class FineToGreyscale extends FineOperation
FineOperation class| Modifier and Type | Field and Description |
|---|---|
boolean |
isAutoInverted
Specifies whether the reversed image should be automatically inverted
|
| Constructor and Description |
|---|
FineToGreyscale(boolean isAutoInverted)
Creates the
FineToGreyscale object given the flag |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
public boolean isAutoInverted
public FineToGreyscale(boolean isAutoInverted)
FineToGreyscale object given the flagisAutoInverted - - Specifies whether the reversed image should be automatically inverted before the conversionpublic 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