nconvert precedence question
Posted: Fri May 08, 2009 5:54 pm
in what order does nconvert execute commands for image correction?
i seem to be having some issues that may be related to precedence.
i use xnview to adjust an image, then make note of the corrections used,
and apply those corrections to multiple images via an nconvert script.
sometimes they don't match and i'm thinking this may be due to the order
of execution.
does nconvert execute corrections in the order given in the script, or
does it take all of the commands and then execute them in its own order?
an example script might include (not actual line as i'm not at that computer
now):
nconvert -quiet -out jpeg -high_res -raw_camerabalance -negate -levels 50 240 -brightness 10 -contrast 10 -gamma .8 -balance 10 5 23 -crop 0 0 2048 1536 -bgcolor 0 0 0 -canvas 2048 1536 0 0 -resize 2048 1536 -o destination_filename
again, this is not a real command line. i'm just interested in the order
in which these commands would be executed by nconvert were the line
to be syntactically correct. would they be executed in the order as written,
or would they be taken in and executed in a predetermined nconvert order?
thanks,
BabaG
i seem to be having some issues that may be related to precedence.
i use xnview to adjust an image, then make note of the corrections used,
and apply those corrections to multiple images via an nconvert script.
sometimes they don't match and i'm thinking this may be due to the order
of execution.
does nconvert execute corrections in the order given in the script, or
does it take all of the commands and then execute them in its own order?
an example script might include (not actual line as i'm not at that computer
now):
nconvert -quiet -out jpeg -high_res -raw_camerabalance -negate -levels 50 240 -brightness 10 -contrast 10 -gamma .8 -balance 10 5 23 -crop 0 0 2048 1536 -bgcolor 0 0 0 -canvas 2048 1536 0 0 -resize 2048 1536 -o destination_filename
again, this is not a real command line. i'm just interested in the order
in which these commands would be executed by nconvert were the line
to be syntactically correct. would they be executed in the order as written,
or would they be taken in and executed in a predetermined nconvert order?
thanks,
BabaG