Package org.im4java.core
Class DCRAWOps
- java.lang.Object
-
- org.im4java.core.Operation
-
- org.im4java.core.DCRAWOps
-
- Direct Known Subclasses:
DCRAWOperation
public class DCRAWOps extends Operation
This class subclasses Operation and adds methods for all commandline options of dcraw.This class is automatically generated by the source-code generator of im4java.
-
-
Field Summary
-
Fields inherited from class org.im4java.core.Operation
IMG_PLACEHOLDER
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDCRAWOps()The protected Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DCRAWOpsbrightness(java.lang.Double pLevel)Add option -b to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpscalcAverageWB(java.lang.Integer pLeft, java.lang.Integer pTop, java.lang.Integer pWidth, java.lang.Integer pHeight)Add option -A to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpschangeTimestamp()Add option -z to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpscleanupPasses(java.lang.Integer pPasses)Add option -m to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsclipMethod(java.lang.Integer pMethod)Add option -H to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpscolorFactor(java.lang.Double pRedFactor)Add option -C to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpscreateTIFF()Add option -T to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsdarkness(java.lang.Double pDdarkness)Add option -k to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsdepth16()Add option -4 to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsdepth16withGamma()Add option -6 to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsextractThumbnail()Add option -e to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsfixedWhiteLevel()Add option -W to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsflipImage(java.lang.Integer pValue)Add option -t to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsgrayscale()Add option -d to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsgrayscaleRaw()Add option -D to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpshalfSize()Add option -h to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsidentify()Add option -i to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsignoreColorMatrix()Add option -M to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsnoiseThreshold(java.lang.Double pThreshold)Add option -n to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpssaturation(java.lang.Double pSaturation)Add option -S to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsselectAllImages()Add option -s to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsselectImage(java.lang.Integer pNumber)Add option -s to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpssetCameraColorSpace(java.lang.String pColorProfileFile)Add option -p to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpssetDarkframeFile(java.lang.String pFile)Add option -K to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpssetDeadpixelFile(java.lang.String pFile)Add option -P to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpssetGamma(java.lang.Double pPower, java.lang.Double pToeSlope)Add option -g to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpssetInterpolationMethod(java.lang.Integer pMethod)Add option -q to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpssetOutputColorSpace(java.lang.Integer pMethod)Add option -o to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpssetWB(java.lang.Double pMult0, java.lang.Double pMult1, java.lang.Double pMult2, java.lang.Double pMult3)Add option -r to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpstilt45()Add option -j to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsuse4ColorRGB()Add option -f to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsuseAverageWB()Add option -a to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsuseCameraWB()Add option -w to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsuseColorMatrix()Add option +M to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpsverbose()Add option -v to the dcraw commandline (see the documentation of dcraw for details).DCRAWOpswrite2stdout()Add option -c to the dcraw commandline (see the documentation of dcraw for details).-
Methods inherited from class org.im4java.core.Operation
addDynamicOperation, addImage, addImage, addImage, addOperation, addRawArgs, addRawArgs, cloneObject, getCmdArgs, getDynamicOperations, toString
-
-
-
-
Method Detail
-
verbose
public DCRAWOps verbose()
Add option -v to the dcraw commandline (see the documentation of dcraw for details).
-
write2stdout
public DCRAWOps write2stdout()
Add option -c to the dcraw commandline (see the documentation of dcraw for details).
-
extractThumbnail
public DCRAWOps extractThumbnail()
Add option -e to the dcraw commandline (see the documentation of dcraw for details).
-
changeTimestamp
public DCRAWOps changeTimestamp()
Add option -z to the dcraw commandline (see the documentation of dcraw for details).
-
identify
public DCRAWOps identify()
Add option -i to the dcraw commandline (see the documentation of dcraw for details).
-
setDeadpixelFile
public DCRAWOps setDeadpixelFile(java.lang.String pFile)
Add option -P to the dcraw commandline (see the documentation of dcraw for details).
-
setDarkframeFile
public DCRAWOps setDarkframeFile(java.lang.String pFile)
Add option -K to the dcraw commandline (see the documentation of dcraw for details).
-
darkness
public DCRAWOps darkness(java.lang.Double pDdarkness)
Add option -k to the dcraw commandline (see the documentation of dcraw for details).
-
saturation
public DCRAWOps saturation(java.lang.Double pSaturation)
Add option -S to the dcraw commandline (see the documentation of dcraw for details).
-
noiseThreshold
public DCRAWOps noiseThreshold(java.lang.Double pThreshold)
Add option -n to the dcraw commandline (see the documentation of dcraw for details).
-
colorFactor
public DCRAWOps colorFactor(java.lang.Double pRedFactor)
Add option -C to the dcraw commandline (see the documentation of dcraw for details).
-
clipMethod
public DCRAWOps clipMethod(java.lang.Integer pMethod)
Add option -H to the dcraw commandline (see the documentation of dcraw for details).
-
useCameraWB
public DCRAWOps useCameraWB()
Add option -w to the dcraw commandline (see the documentation of dcraw for details).
-
useAverageWB
public DCRAWOps useAverageWB()
Add option -a to the dcraw commandline (see the documentation of dcraw for details).
-
calcAverageWB
public DCRAWOps calcAverageWB(java.lang.Integer pLeft, java.lang.Integer pTop, java.lang.Integer pWidth, java.lang.Integer pHeight)
Add option -A to the dcraw commandline (see the documentation of dcraw for details).
-
setWB
public DCRAWOps setWB(java.lang.Double pMult0, java.lang.Double pMult1, java.lang.Double pMult2, java.lang.Double pMult3)
Add option -r to the dcraw commandline (see the documentation of dcraw for details).
-
useColorMatrix
public DCRAWOps useColorMatrix()
Add option +M to the dcraw commandline (see the documentation of dcraw for details).
-
ignoreColorMatrix
public DCRAWOps ignoreColorMatrix()
Add option -M to the dcraw commandline (see the documentation of dcraw for details).
-
setOutputColorSpace
public DCRAWOps setOutputColorSpace(java.lang.Integer pMethod)
Add option -o to the dcraw commandline (see the documentation of dcraw for details).
-
setCameraColorSpace
public DCRAWOps setCameraColorSpace(java.lang.String pColorProfileFile)
Add option -p to the dcraw commandline (see the documentation of dcraw for details).
-
grayscale
public DCRAWOps grayscale()
Add option -d to the dcraw commandline (see the documentation of dcraw for details).
-
grayscaleRaw
public DCRAWOps grayscaleRaw()
Add option -D to the dcraw commandline (see the documentation of dcraw for details).
-
halfSize
public DCRAWOps halfSize()
Add option -h to the dcraw commandline (see the documentation of dcraw for details).
-
setInterpolationMethod
public DCRAWOps setInterpolationMethod(java.lang.Integer pMethod)
Add option -q to the dcraw commandline (see the documentation of dcraw for details).
-
use4ColorRGB
public DCRAWOps use4ColorRGB()
Add option -f to the dcraw commandline (see the documentation of dcraw for details).
-
cleanupPasses
public DCRAWOps cleanupPasses(java.lang.Integer pPasses)
Add option -m to the dcraw commandline (see the documentation of dcraw for details).
-
fixedWhiteLevel
public DCRAWOps fixedWhiteLevel()
Add option -W to the dcraw commandline (see the documentation of dcraw for details).
-
brightness
public DCRAWOps brightness(java.lang.Double pLevel)
Add option -b to the dcraw commandline (see the documentation of dcraw for details).
-
setGamma
public DCRAWOps setGamma(java.lang.Double pPower, java.lang.Double pToeSlope)
Add option -g to the dcraw commandline (see the documentation of dcraw for details).
-
depth16withGamma
public DCRAWOps depth16withGamma()
Add option -6 to the dcraw commandline (see the documentation of dcraw for details).
-
depth16
public DCRAWOps depth16()
Add option -4 to the dcraw commandline (see the documentation of dcraw for details).
-
createTIFF
public DCRAWOps createTIFF()
Add option -T to the dcraw commandline (see the documentation of dcraw for details).
-
flipImage
public DCRAWOps flipImage(java.lang.Integer pValue)
Add option -t to the dcraw commandline (see the documentation of dcraw for details).
-
tilt45
public DCRAWOps tilt45()
Add option -j to the dcraw commandline (see the documentation of dcraw for details).
-
selectImage
public DCRAWOps selectImage(java.lang.Integer pNumber)
Add option -s to the dcraw commandline (see the documentation of dcraw for details).
-
selectAllImages
public DCRAWOps selectAllImages()
Add option -s to the dcraw commandline (see the documentation of dcraw for details).
-
-