bhairava on wrote... | | noob question: how do i convert one pdf file to a bunch of gif/jpeg/png | files ? one per page | i hope it's possible ? | Use -write to write out a extra image file beyond the final file save. I however would make the GIF format the final write as IM have to do a lot of work on the image to make it fit that file format.
See IM examples, Writing an Image, Multiple Times http://www.imagemagick.org/Usage/files/#write For example... convert image.pdf'[0]' -write image.png -write image.jpg image.gif Anthony Thyssen ( System Programmer ) <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- `` I've heard of hunt-and-peck typing, but his is more search-and-destroy! '' ----------------------------------------------------------------------------- Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/ _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
