Package org.im4java.core
Class DCRAWOperation
- java.lang.Object
-
- org.im4java.core.Operation
-
- org.im4java.core.DCRAWOps
-
- org.im4java.core.DCRAWOperation
-
public class DCRAWOperation extends DCRAWOps
This class models the command-line of dcraw.
-
-
Field Summary
-
Fields inherited from class org.im4java.core.Operation
IMG_PLACEHOLDER
-
-
Constructor Summary
Constructors Constructor Description DCRAWOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DCRAWOps
selectAllImages()
Add option -s all to the dcraw commandline (see the documentation of dcraw for details).-
Methods inherited from class org.im4java.core.DCRAWOps
brightness, calcAverageWB, changeTimestamp, cleanupPasses, clipMethod, colorFactor, createTIFF, darkness, depth16, extractThumbnail, fixedWhiteLevel, flipImage, grayscale, grayscaleRaw, halfSize, identify, ignoreColorMatrix, noiseThreshold, saturation, selectImage, setCameraColorSpace, setDarkframeFile, setDeadpixelFile, setInterpolationMethod, setOutputColorSpace, setOutputColorSpace, setWB, tilt45, use4ColorRGB, useAverageWB, useCameraWB, useColorMatrix, verbose, write2stdout
-
Methods inherited from class org.im4java.core.Operation
addDynamicOperation, addImage, addImage, addImage, addOperation, addRawArgs, addRawArgs, cloneObject, getCmdArgs, getDynamicOperations, toString
-
-
-
-
Method Detail
-
selectAllImages
public DCRAWOps selectAllImages()
Add option -s all to the dcraw commandline (see the documentation of dcraw for details). This methods overrides the automatically generated method- Overrides:
selectAllImages
in classDCRAWOps
- Returns:
- the dcraw commandline with -s option with pNumber argument
-
-