public class CropFilter extends Filter
| Constructor and Description |
|---|
CropFilter()
Crop filter
|
CropFilter(int width,
int height,
int posX,
int posY)
Simple constructor - crop input stream to given w/h//x/y
|
CropFilter(String cropExpression)
Simple constructor - crop input stream with given expression
For example: in_w/2:in_h/2:in_w/2:in_h/2 for bottom right quarter
|
addInputLabel, addNamedArgument, addOrderedArgument, addOutputLabel, escapingPath, getExpression, setQuoteCharacterpublic CropFilter()
public CropFilter(int width,
int height,
int posX,
int posY)
width - width crop hereheight - height of crop areaposX - origin of crop areaposY - origin of crop areapublic CropFilter(String cropExpression)
cropExpression - string expressionCopyright © 2021. All rights reserved.