| Package | Description |
|---|---|
| com.github.geko444.im4java.core |
Contains core classes for image-processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UFRawOperation
This class models the command-line of ufraw/ufraw-batch.
|
| Modifier and Type | Method and Description |
|---|---|
UFRawOps |
UFRawOps.baseCurve(String pType)
Add option --base-curve= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.baseCurveFile(String pBaseCurveFile)
Add option --base-curve-file= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.blackPoint(String pAuto)
Add option --black-point= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOperation.blackPoint(String pAuto)
--black-point= with String-argument only accepts "auto".
|
UFRawOps |
UFRawOps.clip(String pType)
Add option --clip= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.colorSmoothing()
Add option --color-smoothing to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.compression(Integer Value)
Add option --compression= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.conf(String pFile)
Add option --conf= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.contrast(Double pContrast)
Add option --contrast= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.createId(String pType)
Add option --create-id= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.cropBottom(Integer pCount)
Add option --crop-bottom= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.cropLeft(Integer pCount)
Add option --crop-left= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.cropRight(Integer pCount)
Add option --crop-right= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.cropTop(Integer pCount)
Add option --crop-top= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.curve(String pCurveType)
Add option --curve= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.curveFile(String pCurveFile)
Add option --curve-file= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.darkframe(String pFilename)
Add option --darkframe= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.embeddedImage()
Add option --embedded-image to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.exif()
Add option --exif to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.exposure(String pAuto)
Add option --exposure= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOperation.exposure(String pAuto)
--exposure= with String-argument only accepts "auto".
|
UFRawOps |
UFRawOps.gamma(Double pGamma)
Add option --gamma= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.grayscale(String pType)
Add option --grayscale= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.green(Double pFactor)
Add option --green= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.hotpixelSensitivity(Double pValue)
Add option --hotpixel-sensitivity= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.interpolation(String pType)
Add option --interpolation= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.lensfun(String pType)
Add option --lensfun= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.linearity(Double pLinearity)
Add option --linearity= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.maximizeWindow()
Add option --maximize-window to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.noexif()
Add option --noexif to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.nozip()
Add option --nozip to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.outDepth(Integer pDepth)
Add option --out-depth= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.outPath(String pPath)
Add option --out-path= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.output(String pFilename)
Add option --output= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.outType(String pType)
Add option --out-type= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.overwrite()
Add option --overwrite to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.restore(String pType)
Add option --restore= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.rotate(String pType)
Add option --rotate= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.saturation(Double pSaturation)
Add option --saturation= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.shrink(Double pFactor)
Add option --shrink= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.silent()
Add option --silent to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.size(Integer pSize)
Add option --size= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.temperature(Integer pTemp)
Add option --temperature= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.waveletDenoisingThreshold(Double pThreshold)
Add option --wavelet-denoising-threshold= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.wb(String pType)
Add option --wb= to the ufraw commandline
(see the documentation of ufraw for details).
|
UFRawOps |
UFRawOps.zip()
Add option --zip to the ufraw commandline
(see the documentation of ufraw for details).
|
Copyright © 2019. All rights reserved.