Class UFRawOps

java.lang.Object
org.im4java.core.Operation
org.im4java.core.UFRawOps
Direct Known Subclasses:
UFRawOperation

public class UFRawOps extends Operation
This class subclasses Operation and adds methods for all commandline options of ufraw.

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
    protected
    The protected Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Add option --base-curve= to the ufraw commandline (see the documentation of ufraw for details).
    baseCurveFile(String pBaseCurveFile)
    Add option --base-curve-file= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --black-point= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --black-point= to the ufraw commandline (see the documentation of ufraw for details).
    clip(String pType)
    Add option --clip= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --compression= to the ufraw commandline (see the documentation of ufraw for details).
    conf(String pFile)
    Add option --conf= to the ufraw commandline (see the documentation of ufraw for details).
    contrast(Double pContrast)
    Add option --contrast= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --create-id= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --crop-bottom= to the ufraw commandline (see the documentation of ufraw for details).
    cropLeft(Integer pCount)
    Add option --crop-left= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --crop-right= to the ufraw commandline (see the documentation of ufraw for details).
    cropTop(Integer pCount)
    Add option --crop-top= to the ufraw commandline (see the documentation of ufraw for details).
    curve(String pCurveType)
    Add option --curve= to the ufraw commandline (see the documentation of ufraw for details).
    curveFile(String pCurveFile)
    Add option --curve-file= to the ufraw commandline (see the documentation of ufraw for details).
    darkframe(String pFilename)
    Add option --darkframe= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --embedded-image to the ufraw commandline (see the documentation of ufraw for details).
    Add option --exif to the ufraw commandline (see the documentation of ufraw for details).
    exposure(Double pExposure)
    Add option --exposure= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --exposure= to the ufraw commandline (see the documentation of ufraw for details).
    gamma(Double pGamma)
    Add option --gamma= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --grayscale= to the ufraw commandline (see the documentation of ufraw for details).
    green(Double pFactor)
    Add option --green= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --interpolation= to the ufraw commandline (see the documentation of ufraw for details).
    linearity(Double pLinearity)
    Add option --linearity= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --noexif to the ufraw commandline (see the documentation of ufraw for details).
    Add option --nozip to the ufraw commandline (see the documentation of ufraw for details).
    outDepth(Integer pDepth)
    Add option --out-depth= to the ufraw commandline (see the documentation of ufraw for details).
    outPath(String pPath)
    Add option --out-path= to the ufraw commandline (see the documentation of ufraw for details).
    output(String pFilename)
    Add option --output= to the ufraw commandline (see the documentation of ufraw for details).
    outType(String pType)
    Add option --out-type= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --overwrite to the ufraw commandline (see the documentation of ufraw for details).
    restore(String pType)
    Add option --restore= to the ufraw commandline (see the documentation of ufraw for details).
    rotate(String pType)
    Add option --rotate= to the ufraw commandline (see the documentation of ufraw for details).
    saturation(Double pSaturation)
    Add option --saturation= to the ufraw commandline (see the documentation of ufraw for details).
    shrink(Double pFactor)
    Add option --shrink= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --silent to the ufraw commandline (see the documentation of ufraw for details).
    size(Integer pSize)
    Add option --size= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --temperature= to the ufraw commandline (see the documentation of ufraw for details).
    Add option --wavelet-denoising-threshold= to the ufraw commandline (see the documentation of ufraw for details).
    wb(String pType)
    Add option --wb= to the ufraw commandline (see the documentation of ufraw for details).
    zip()
    Add option --zip to the ufraw commandline (see the documentation of ufraw for details).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UFRawOps

      protected UFRawOps()
      The protected Constructor. You should only use subclasses of UFRawOps.
  • Method Details

    • conf

      public UFRawOps conf(String pFile)
      Add option --conf= to the ufraw commandline (see the documentation of ufraw for details).
    • wb

      public UFRawOps wb(String pType)
      Add option --wb= to the ufraw commandline (see the documentation of ufraw for details).
    • temperature

      public UFRawOps temperature(Integer pTemp)
      Add option --temperature= to the ufraw commandline (see the documentation of ufraw for details).
    • green

      public UFRawOps green(Double pFactor)
      Add option --green= to the ufraw commandline (see the documentation of ufraw for details).
    • baseCurve

      public UFRawOps baseCurve(String pType)
      Add option --base-curve= to the ufraw commandline (see the documentation of ufraw for details).
    • baseCurveFile

      public UFRawOps baseCurveFile(String pBaseCurveFile)
      Add option --base-curve-file= to the ufraw commandline (see the documentation of ufraw for details).
    • curve

      public UFRawOps curve(String pCurveType)
      Add option --curve= to the ufraw commandline (see the documentation of ufraw for details).
    • curveFile

      public UFRawOps curveFile(String pCurveFile)
      Add option --curve-file= to the ufraw commandline (see the documentation of ufraw for details).
    • restore

      public UFRawOps restore(String pType)
      Add option --restore= to the ufraw commandline (see the documentation of ufraw for details).
    • clip

      public UFRawOps clip(String pType)
      Add option --clip= to the ufraw commandline (see the documentation of ufraw for details).
    • gamma

      public UFRawOps gamma(Double pGamma)
      Add option --gamma= to the ufraw commandline (see the documentation of ufraw for details).
    • linearity

      public UFRawOps linearity(Double pLinearity)
      Add option --linearity= to the ufraw commandline (see the documentation of ufraw for details).
    • contrast

      public UFRawOps contrast(Double pContrast)
      Add option --contrast= to the ufraw commandline (see the documentation of ufraw for details).
    • saturation

      public UFRawOps saturation(Double pSaturation)
      Add option --saturation= to the ufraw commandline (see the documentation of ufraw for details).
    • waveletDenoisingThreshold

      public UFRawOps waveletDenoisingThreshold(Double pThreshold)
      Add option --wavelet-denoising-threshold= to the ufraw commandline (see the documentation of ufraw for details).
    • exposure

      public UFRawOps exposure(String pAuto)
      Add option --exposure= to the ufraw commandline (see the documentation of ufraw for details).
    • exposure

      public UFRawOps exposure(Double pExposure)
      Add option --exposure= to the ufraw commandline (see the documentation of ufraw for details).
    • blackPoint

      public UFRawOps blackPoint(String pAuto)
      Add option --black-point= to the ufraw commandline (see the documentation of ufraw for details).
    • blackPoint

      public UFRawOps blackPoint(Double pBlack)
      Add option --black-point= to the ufraw commandline (see the documentation of ufraw for details).
    • interpolation

      public UFRawOps interpolation(String pType)
      Add option --interpolation= to the ufraw commandline (see the documentation of ufraw for details).
    • grayscale

      public UFRawOps grayscale(String pType)
      Add option --grayscale= to the ufraw commandline (see the documentation of ufraw for details).
    • shrink

      public UFRawOps shrink(Double pFactor)
      Add option --shrink= to the ufraw commandline (see the documentation of ufraw for details).
    • size

      public UFRawOps size(Integer pSize)
      Add option --size= to the ufraw commandline (see the documentation of ufraw for details).
    • outType

      public UFRawOps outType(String pType)
      Add option --out-type= to the ufraw commandline (see the documentation of ufraw for details).
    • outDepth

      public UFRawOps outDepth(Integer pDepth)
      Add option --out-depth= to the ufraw commandline (see the documentation of ufraw for details).
    • createId

      public UFRawOps createId(String pType)
      Add option --create-id= to the ufraw commandline (see the documentation of ufraw for details).
    • compression

      public UFRawOps compression(Integer Value)
      Add option --compression= to the ufraw commandline (see the documentation of ufraw for details).
    • exif

      public UFRawOps exif()
      Add option --exif to the ufraw commandline (see the documentation of ufraw for details).
    • noexif

      public UFRawOps noexif()
      Add option --noexif to the ufraw commandline (see the documentation of ufraw for details).
    • zip

      public UFRawOps zip()
      Add option --zip to the ufraw commandline (see the documentation of ufraw for details).
    • nozip

      public UFRawOps nozip()
      Add option --nozip to the ufraw commandline (see the documentation of ufraw for details).
    • embeddedImage

      public UFRawOps embeddedImage()
      Add option --embedded-image to the ufraw commandline (see the documentation of ufraw for details).
    • rotate

      public UFRawOps rotate(String pType)
      Add option --rotate= to the ufraw commandline (see the documentation of ufraw for details).
    • cropLeft

      public UFRawOps cropLeft(Integer pCount)
      Add option --crop-left= to the ufraw commandline (see the documentation of ufraw for details).
    • cropRight

      public UFRawOps cropRight(Integer pCount)
      Add option --crop-right= to the ufraw commandline (see the documentation of ufraw for details).
    • cropTop

      public UFRawOps cropTop(Integer pCount)
      Add option --crop-top= to the ufraw commandline (see the documentation of ufraw for details).
    • cropBottom

      public UFRawOps cropBottom(Integer pCount)
      Add option --crop-bottom= to the ufraw commandline (see the documentation of ufraw for details).
    • outPath

      public UFRawOps outPath(String pPath)
      Add option --out-path= to the ufraw commandline (see the documentation of ufraw for details).
    • output

      public UFRawOps output(String pFilename)
      Add option --output= to the ufraw commandline (see the documentation of ufraw for details).
    • darkframe

      public UFRawOps darkframe(String pFilename)
      Add option --darkframe= to the ufraw commandline (see the documentation of ufraw for details).
    • overwrite

      public UFRawOps overwrite()
      Add option --overwrite to the ufraw commandline (see the documentation of ufraw for details).
    • silent

      public UFRawOps silent()
      Add option --silent to the ufraw commandline (see the documentation of ufraw for details).