Hi,

I am trying to convert a multipage PDF into a series of TIFFs (or grayscale GIFs). If I do
convert -density 200 test.pdf page_.jpg
I get a series of JPGs. This is not suitable for text.

If I do
convert -density 200 test.pdf page_.tif
I get a multipage TIFF, i.e. just one file instead of a series.

If I do
convert -density 200 test.pdf page_.gif
I get an animated GIF with all of the pages.

Well, I know how to extract a series of TIFFs from a multipage TIFF by means of other programs. But because I am quite often set with that task, I would like to do it in one step with IM.

What option do I need in order to force IM to produce a series of TIFFs instead of one multipage TIFF?

Greetings from Germany
Wolfgang Hugemann
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to