Package org.im4java.core
Class DCRAWOperation
java.lang.Object
org.im4java.core.Operation
org.im4java.core.DCRAWOps
org.im4java.core.DCRAWOperation
This class models the command-line of dcraw.
-
Field Summary
Fields inherited from class org.im4java.core.Operation
IMG_PLACEHOLDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd 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, write2stdoutMethods inherited from class org.im4java.core.Operation
addDynamicOperation, addImage, addImage, addImage, addOperation, addRawArgs, addRawArgs, cloneObject, getCmdArgs, getDynamicOperations, toString
-
Constructor Details
-
DCRAWOperation
public DCRAWOperation()
-
-
Method Details
-
selectAllImages
Add option -s all to the dcraw commandline (see the documentation of dcraw for details). This methods overrides the automatically generated method- Overrides:
selectAllImagesin classDCRAWOps- Returns:
- the dcraw commandline with -s option with pNumber argument
-