How to use negative values

Started by benton, September 27, 2011, 03:17:59 AM

Previous topic - Next topic

Phil Harvey

#15
Ah ha!  Now I understand!

You just wanted to set the value to a negative number:

-exposureadj2=-0.25

Simple.  I was confused because I thought you wanted to decrement the value.  The += operator is used to increment/decrement values.  To simply assign a value, use = (this works for negative numbers too).

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

benton

Hi Phil,

Cheers, not your fault, I was making assumptions and came to the wrong conclusion.

Now I know a lot more about what can be done with adjusting the exposure value.

Ben