Package org.im4java.core
Class UFRawOperation
- java.lang.Object
-
- org.im4java.core.Operation
-
- org.im4java.core.UFRawOps
-
- org.im4java.core.UFRawOperation
-
public class UFRawOperation extends UFRawOps
This class models the command-line of ufraw/ufraw-batch.
-
-
Field Summary
-
Fields inherited from class org.im4java.core.Operation
IMG_PLACEHOLDER
-
-
Constructor Summary
Constructors Constructor Description UFRawOperation()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UFRawOpsblackPoint(java.lang.String pAuto)--black-point= with String-argument only accepts "auto".UFRawOperationcrop(java.lang.Integer pLeft, java.lang.Integer pRight, java.lang.Integer pTop, java.lang.Integer pBottom)Method to set all crop-values at once.UFRawOpsexposure(java.lang.String pAuto)--exposure= with String-argument only accepts "auto".-
Methods inherited from class org.im4java.core.UFRawOps
baseCurve, baseCurveFile, blackPoint, clip, compression, conf, contrast, createId, cropBottom, cropLeft, cropRight, cropTop, curve, curveFile, darkframe, embeddedImage, exif, exposure, gamma, grayscale, green, interpolation, linearity, noexif, nozip, outDepth, outPath, output, outType, overwrite, restore, rotate, saturation, shrink, silent, size, temperature, waveletDenoisingThreshold, wb, zip
-
Methods inherited from class org.im4java.core.Operation
addDynamicOperation, addImage, addImage, addImage, addOperation, addRawArgs, addRawArgs, cloneObject, getCmdArgs, getDynamicOperations, toString
-
-
-
-
Method Detail
-
exposure
public UFRawOps exposure(java.lang.String pAuto)
--exposure= with String-argument only accepts "auto".
-
blackPoint
public UFRawOps blackPoint(java.lang.String pAuto)
--black-point= with String-argument only accepts "auto".- Overrides:
blackPointin classUFRawOps
-
crop
public UFRawOperation crop(java.lang.Integer pLeft, java.lang.Integer pRight, java.lang.Integer pTop, java.lang.Integer pBottom)
Method to set all crop-values at once.
-
-