Can't Get Whole Image

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
cellotux
Posts: 1
Joined: 2011-05-31T08:47:39-07:00
Authentication code: 8675308

Can't Get Whole Image

Post by cellotux »

When I run
% convert image.jpg image.pdf

the resulting PDF file is a cropped version of image.jpg (about 75% of original).

How can I get the whole image.jpg onto the PDF file?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Can't Get Whole Image

Post by fmw42 »

probably best to post a link to your input and output images so that others can test.

you should also identify your version of IM and platform.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Can't Get Whole Image

Post by anthony »

More than likely the image has a resolution or density that does not fit on the PDF page you are creating.

We well know more if we can see the image.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply