Problem view multipage PS file

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
tsdineen
Posts: 81
Joined: 2007-01-18T08:45:31-07:00

Problem view multipage PS file

Post by tsdineen »

I am using ImageMagick 6.3.7-10 and the latest deletes, mainly libpng 1.2.24 and ghostscript 8.61. When reading a two page ps file, display is cropping the second page. I don't see this problem if I use gs directly. Is this a known problem, or do I need to send more information and a ps file?

Thanks,
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem view multipage PS file

Post by magick »

Try adding -page letter to your command line.
tsdineen
Posts: 81
Joined: 2007-01-18T08:45:31-07:00

Re: Problem view multipage PS file

Post by tsdineen »

Yes, that fixed that. Now, I have to add this to my my api calls, which I thought I already had.

Thanks.
Post Reply