DCRAWOperationpublic abstract class DCRAWOps extends Operation
This class is automatically generated by the source-code generator of im4java.
IMG_PLACEHOLDER| Constructor | Description |
|---|---|
DCRAWOps() |
| Modifier and Type | Method | Description |
|---|---|---|
DCRAWOps |
brightness(java.lang.Double pLevel) |
Add option -b to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
calcAverageWB(java.lang.Integer pLeft,
java.lang.Integer pWidth) |
Add option -A to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
changeTimestamp() |
Add option -z to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
cleanupPasses(java.lang.Integer pPasses) |
Add option -m to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
clipMethod(java.lang.Integer pMethod) |
Add option -H to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
colorFactor(java.lang.Double pRedFactor) |
Add option -C to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
createTIFF() |
Add option -T to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
darkness(java.lang.Double pDdarkness) |
Add option -k to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
depth16() |
Add option -4 to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
extractThumbnail() |
Add option -e to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
fixedWhiteLevel() |
Add option -W to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
flipImage(java.lang.Integer pValue) |
Add option -t to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
grayscale() |
Add option -d to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
grayscaleRaw() |
Add option -D to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
halfSize() |
Add option -h to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
identify() |
Add option -i to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
ignoreColorMatrix() |
Add option -M to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
noiseThreshold(java.lang.Double pThreshold) |
Add option -n to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
saturation(java.lang.Double pSaturation) |
Add option -S to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
selectAllImages() |
Add option -s to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
selectImage(java.lang.Integer pNumber) |
Add option -s to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
setCameraColorSpace(java.lang.String pColorProfileFile) |
Add option -o to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
setDarkframeFile(java.lang.String pFile) |
Add option -K to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
setDeadpixelFile(java.lang.String pFile) |
Add option -P to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
setInterpolationMethod(java.lang.Integer pMethod) |
Add option -q to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
setOutputColorSpace(java.lang.Integer pMethod) |
Add option -o to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
setOutputColorSpace(java.lang.String pColorProfileFile) |
Add option -o to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
setWB(java.lang.Double pMult0,
java.lang.Double pMult2) |
Add option -r to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
tilt45() |
Add option -j to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
use4ColorRGB() |
Add option -f to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
useAverageWB() |
Add option -a to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
useCameraWB() |
Add option -w to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
useColorMatrix() |
Add option +M to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
verbose() |
Add option -v to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
write2stdout() |
Add option -c to the dcraw commandline
(see the documentation of dcraw for details).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddDynamicOperation, addImage, addImage, addImage, addOperation, addRawArgs, addRawArgs, cloneObject, getCmdArgs, getDynamicOperations, toStringpublic DCRAWOps verbose()
public DCRAWOps write2stdout()
public DCRAWOps extractThumbnail()
public DCRAWOps changeTimestamp()
public DCRAWOps identify()
public DCRAWOps setDeadpixelFile(java.lang.String pFile)
pFile - the File argument of -Ppublic DCRAWOps setDarkframeFile(java.lang.String pFile)
pFile - the File argument of -Kpublic DCRAWOps darkness(java.lang.Double pDdarkness)
pDdarkness - the Double argument of -kpublic DCRAWOps saturation(java.lang.Double pSaturation)
pSaturation - the Double argument of -Spublic DCRAWOps noiseThreshold(java.lang.Double pThreshold)
pThreshold - the Double argument of -npublic DCRAWOps colorFactor(java.lang.Double pRedFactor)
pRedFactor - the Double argument of -Cpublic DCRAWOps clipMethod(java.lang.Integer pMethod)
pMethod - the Integer argument of -Hpublic DCRAWOps useCameraWB()
public DCRAWOps useAverageWB()
public DCRAWOps calcAverageWB(java.lang.Integer pLeft, java.lang.Integer pWidth)
pLeft - the Integer Left argumentpWidth - the Integer Width argumentpublic DCRAWOps setWB(java.lang.Double pMult0, java.lang.Double pMult2)
pMult0 - the Double Mult0 argumentpMult2 - the Double Mult2 argumentpublic DCRAWOps useColorMatrix()
public DCRAWOps ignoreColorMatrix()
public DCRAWOps setOutputColorSpace(java.lang.Integer pMethod)
pMethod - value for Integer Method argumentpublic DCRAWOps setOutputColorSpace(java.lang.String pColorProfileFile)
pColorProfileFile - value for String ColorProfileFile argumentpublic DCRAWOps setCameraColorSpace(java.lang.String pColorProfileFile)
pColorProfileFile - value for String ColorProfileFile argumentpublic DCRAWOps grayscale()
public DCRAWOps grayscaleRaw()
public DCRAWOps halfSize()
public DCRAWOps setInterpolationMethod(java.lang.Integer pMethod)
pMethod - the Integer representing interpolation Methodpublic DCRAWOps use4ColorRGB()
public DCRAWOps cleanupPasses(java.lang.Integer pPasses)
pPasses - the Integer representing Passespublic DCRAWOps fixedWhiteLevel()
public DCRAWOps brightness(java.lang.Double pLevel)
pLevel - the Integer representing Level argumentpublic DCRAWOps depth16()
public DCRAWOps createTIFF()
public DCRAWOps flipImage(java.lang.Integer pValue)
pValue - The Interger representing the Value argumentpublic DCRAWOps tilt45()
public DCRAWOps selectImage(java.lang.Integer pNumber)
pNumber - the Integer representing the Number argumentpublic DCRAWOps selectAllImages()