| Package | Description |
|---|---|
| com.github.geko444.im4java.core |
Contains core classes for image-processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DCRAWOperation
This class models the command-line of dcraw.
|
| Modifier and Type | Method and Description |
|---|---|
DCRAWOps |
DCRAWOps.brightness(Double pLevel)
Add option -b to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
DCRAWOps.calcAverageWB(Integer pLeft,
Integer pTop,
Integer pWidth,
Integer pHeight)
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(Integer pPasses)
Add option -m to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
DCRAWOps.clipMethod(Integer pMethod)
Add option -H to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
DCRAWOps.colorFactor(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(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.depth16withGamma()
Add option -6 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(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(Double pThreshold)
Add option -n to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
DCRAWOps.saturation(Double pSaturation)
Add option -S 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 |
DCRAWOperation.selectAllImages()
Add option -s all to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
DCRAWOps.selectImage(Integer pNumber)
Add option -s to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
DCRAWOps.setCameraColorSpace(String pColorProfileFile)
Add option -p to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
DCRAWOps.setDarkframeFile(String pFile)
Add option -K to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
DCRAWOps.setDeadpixelFile(String pFile)
Add option -P to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
DCRAWOps.setGamma(Double pPower,
Double pToeSlope)
Add option -g to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
DCRAWOps.setInterpolationMethod(Integer pMethod)
Add option -q to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
DCRAWOps.setOutputColorSpace(Integer pMethod)
Add option -o to the dcraw commandline
(see the documentation of dcraw for details).
|
DCRAWOps |
DCRAWOps.setWB(Double pMult0,
Double pMult1,
Double pMult2,
Double pMult3)
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).
|
Copyright © 2019. All rights reserved.