Order of Parameters for convert
Posted: 2006-06-22T11:35:01-07:00
I have noticed that some parameters should be put before the input file and some parameters are after the input file. Something like this:
convert âdensity 144 file1.pdf file1.jpg
In this example this will not work:
convert file1.pdf âdensity 144 file1.jpg
On the other hand, other parameters can be put after the input file (file1.pdf). What is the rule? Is there any preferred way of ordering the conversion parameters?
convert âdensity 144 file1.pdf file1.jpg
In this example this will not work:
convert file1.pdf âdensity 144 file1.jpg
On the other hand, other parameters can be put after the input file (file1.pdf). What is the rule? Is there any preferred way of ordering the conversion parameters?