[magick-users] Convert Pdf to Tiff
Fred Weinhaus
fmw at alink.net
Wed Nov 5 10:34:51 PST 2008
>Hi Fred,
>
>
>The order of the parameters affects the resulting image. Do you know why ?
>
The normal IM v6 syntax is:
convert input arguments output
except when you need to do something as you are reading in the input
image. Then you need to provide some arguments prior to the input
convert arguments input arguments output
see
http://www.imagemagick.org/Usage/basics/#cmdline
see the section on "input settings" and also near the bottom fo the
page, the section on density
These pre-input arguments are often important for pdf files.
More information about the Magick-users
mailing list