Raw Parameters

Use these parameters to tell LibRaw how to process the input raw image. In the input.raw.parameters configuration parameter, build a string of the ones you want to use, separated by semicolons, e.g., "gamma=prophoto;demosaic=prophoto".

Alternatively (preferred), each libraw dcraw parameter can be specified in individual input.raw.libraw.* parameters, where "*" is the parameter name. You can add a input.raw.libraw parameter to the properties and not specifiy a value; if you do that, it won't be included in the constructed parameter list. This lets you enter placeholder parameters to use when needed.

Each of the LibRaw imgdata.params struct fields has a corresponding raw parameter, and there are selected parameters that have more intuitive abstractions.

in an img command line, you can specify any of these as a parameter to the raw image file name, e.g.,

	img DSC_0001.NEF:cameraprofile=NikonD850.icc,demosaic=ahd,gamma=linear ...

Each parameter with a dcraw switch is annotated thusly: 'dcraw: -x'.