Uses of Class
org.im4java.core.DCRAWOps

Packages that use DCRAWOps
org.im4java.core   
 

Uses of DCRAWOps in org.im4java.core
 

Subclasses of DCRAWOps in org.im4java.core
 class DCRAWOperation
          This class models the command-line of dcraw.
 

Methods in org.im4java.core that return DCRAWOps
 DCRAWOps DCRAWOps.brightness(java.lang.Double pLevel)
          Add option -b to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps 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 DCRAWOps.changeTimestamp()
          Add option -z to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.cleanupPasses(java.lang.Integer pPasses)
          Add option -m to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.clipMethod(java.lang.Integer pMethod)
          Add option -H to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.colorFactor(java.lang.Double pRedFactor)
          Add option -C to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.createTIFF()
          Add option -T to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.darkness(java.lang.Double pDdarkness)
          Add option -k to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.depth16()
          Add option -4 to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.extractThumbnail()
          Add option -e to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.fixedWhiteLevel()
          Add option -W to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.flipImage(java.lang.Integer pValue)
          Add option -t to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.grayscale()
          Add option -d to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.grayscaleRaw()
          Add option -D to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.halfSize()
          Add option -h to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.identify()
          Add option -i to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.ignoreColorMatrix()
          Add option -M to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.noiseThreshold(java.lang.Double pThreshold)
          Add option -n to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.saturation(java.lang.Double pSaturation)
          Add option -S to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOperation.selectAllImages()
          Add option -s all to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.selectAllImages()
          Add option -s to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.selectImage(java.lang.Integer pNumber)
          Add option -s to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.setCameraColorSpace(java.lang.String pColorProfileFile)
          Add option -o to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.setDarkframeFile(java.lang.String pFile)
          Add option -K to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.setDeadpixelFile(java.lang.String pFile)
          Add option -P to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.setInterpolationMethod(java.lang.Integer pMethod)
          Add option -q to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.setOutputColorSpace(java.lang.Integer pMethod)
          Add option -o to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.setOutputColorSpace(java.lang.String pColorProfileFile)
          Add option -o to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps 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 DCRAWOps.tilt45()
          Add option -j to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.use4ColorRGB()
          Add option -f to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.useAverageWB()
          Add option -a to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.useCameraWB()
          Add option -w to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.useColorMatrix()
          Add option +M to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.verbose()
          Add option -v to the dcraw commandline (see the documentation of dcraw for details).
 DCRAWOps DCRAWOps.write2stdout()
          Add option -c to the dcraw commandline (see the documentation of dcraw for details).