> convert -density 400 -units pixelsperinch image.pdf +adjoin image.tif I perform this conversion on a regular basis, thus I can report that you can skip the -units pixelsperinch option, because it's the default. I though didn't know about the +adjoin option, which forces output into separate files; thanks for that hint, Fred.
I think that convert -density 400 image.pdf +adjoin image_%02d.tif is the better option (this is how I have done it so far), as it will insert leading zeros to the numbering of the files and therefore guarantee the correct file name ordering in subsequent steps. Greetings from Germany Wolfgang Hugemann _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
