jpg->pdf problem

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
galifar

jpg->pdf problem

Post by galifar »

hi, i'm trying to convert some jpg images in one pdf file with this command
convert *.jpg ../all.pdf
but for some images only a piece is converted.
this is before
Image
and this is after
Image
any ideas?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: jpg->pdf problem

Post by anthony »

The postscript/PDF code is not handling the image in an appropriate way for ALL image resolutions. Because of this ghostscript will get the result wrong. I have seen it before.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
galifar

Re: jpg->pdf problem

Post by galifar »

but postscript conversion is done correctly
do you know how can i achieve my goal?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: jpg->pdf problem

Post by magick »

Post a URL to your images and the exact command you use. We need to download your images and reproduce the problem before we can suggest a solution.
galifar

Re: jpg->pdf problem

Post by galifar »

magick wrote: Post a URL to your images
http://img503.imageshack.us/my.php?image=beforeth6.jpg
and the exact command you use.
convert beforeth6.jpg ../all.pdf
Post Reply