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
and this is after
any ideas?
jpg->pdf problem
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: jpg->pdf problem
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/
https://imagemagick.org/Usage/
Re: jpg->pdf problem
but postscript conversion is done correctly
do you know how can i achieve my goal?
do you know how can i achieve my goal?
Re: jpg->pdf problem
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.
Re: jpg->pdf problem
http://img503.imageshack.us/my.php?image=beforeth6.jpgmagick wrote: Post a URL to your images
convert beforeth6.jpg ../all.pdfand the exact command you use.