Search found 7 matches
- 2017-03-02T08:09:00-07:00
- Forum: Bugs
- Topic: convert +append from jpg to pdf -> pdf got too high / ImageMagick 7.0.5-0 Q16 x64 Windows
- Replies: 22
- Views: 25394
Re: convert +append from jpg to pdf -> pdf got too high / ImageMagick 7.0.5-0 Q16 x64 Windows
Don't work at all. Only one wizard in PDF
magick wizard.jpg wizard.jpg PNG:- | magick - +append wizard-png-param.pdf
I would expect only one wizard. This is the correct behaviour.
The first magick outputs two PNG files to the pipe, one immediately after the other. The second magick reads ...
- 2017-03-02T02:16:03-07:00
- Forum: Bugs
- Topic: convert +append from jpg to pdf -> pdf got too high / ImageMagick 7.0.5-0 Q16 x64 Windows
- Replies: 22
- Views: 25394
Re: convert +append from jpg to pdf -> pdf got too high / ImageMagick 7.0.5-0 Q16 x64 Windows
checked with both available windows versions:
ImageMagick 6.9.7-9 Q16 x64 2017-02-18
ImageMagick 7.0.5-0 Q16 x64 2017-02-20
Not working:
1-step append & JPG to PDF
convert wizard.jpg wizard.jpg +append wizard_twice_from_jpg.pdf
Not working:
1-step append & PNG to PDF
convert wizard.png ...
ImageMagick 6.9.7-9 Q16 x64 2017-02-18
ImageMagick 7.0.5-0 Q16 x64 2017-02-20
Not working:
1-step append & JPG to PDF
convert wizard.jpg wizard.jpg +append wizard_twice_from_jpg.pdf
Not working:
1-step append & PNG to PDF
convert wizard.png ...
- 2017-03-01T23:58:03-07:00
- Forum: Bugs
- Topic: convert +append from jpg to pdf -> pdf got too high / ImageMagick 7.0.5-0 Q16 x64 Windows
- Replies: 22
- Views: 25394
Re: convert +append from jpg to pdf -> pdf got too high / ImageMagick 7.0.5-0 Q16 x64 Windows
It seems to be something about your jpg files, since I can do:
magick rose: rose.jpg
magick logo: logo.jpg
magick rose.jpg logo.jpg -background black +append rose_logo.pdf
and do not get any padding at the top.
Tried with wizard.png from homepage: http://imagemagick.org/script/index.php ...
- 2017-03-01T15:43:05-07:00
- Forum: Bugs
- Topic: convert +append from jpg to pdf -> pdf got too high / ImageMagick 7.0.5-0 Q16 x64 Windows
- Replies: 22
- Views: 25394
Re: convert +append from jpg to pdf -> pdf got too high / ImageMagick 7.0.5-0 Q16 x64 Windows
yes, I had also an older version which were working.
I thought I needed to update to the actual release...
(that's why I opened a posting
This is working too with the actual win version 7.0.5-0 :
I thought I needed to update to the actual release...
(that's why I opened a posting
This is working too with the actual win version 7.0.5-0 :
Code: Select all
convert jpg1 jpg2 +append intermediate-result.jpg
convert intermediate-result.jpg result.pdf- 2017-03-01T15:25:09-07:00
- Forum: Bugs
- Topic: convert +append from jpg to pdf -> pdf got too high / ImageMagick 7.0.5-0 Q16 x64 Windows
- Replies: 22
- Views: 25394
- 2017-03-01T15:14:44-07:00
- Forum: Bugs
- Topic: convert +append from jpg to pdf -> pdf got too high / ImageMagick 7.0.5-0 Q16 x64 Windows
- Replies: 22
- Views: 25394
Re: convert +append from jpg to pdf -> pdf got too high / ImageMagick 7.0.5-0 Q16 x64 Windows
I uploaded it to
http://www.share-online.biz/dl/LGTLP5MOP9
-> ImageMagick-705-Q16-bug.zip
4 files:
Source 1: flower-left.jpg
Source 2: flower-right.jpg
Target PDF with wrong dimensions: result.pdf
Target JPG with correct dimensions: result.jpg
used commandlines win10 :
convert flower-left.jpg ...
http://www.share-online.biz/dl/LGTLP5MOP9
-> ImageMagick-705-Q16-bug.zip
4 files:
Source 1: flower-left.jpg
Source 2: flower-right.jpg
Target PDF with wrong dimensions: result.pdf
Target JPG with correct dimensions: result.jpg
used commandlines win10 :
convert flower-left.jpg ...
- 2017-03-01T02:25:10-07:00
- Forum: Bugs
- Topic: convert +append from jpg to pdf -> pdf got too high / ImageMagick 7.0.5-0 Q16 x64 Windows
- Replies: 22
- Views: 25394
convert +append from jpg to pdf -> pdf got too high / ImageMagick 7.0.5-0 Q16 x64 Windows
Hello,
there is a bug at convert in the append function
(both -append and +append)
The PDF results are much too high.
you can check it simply
convert flower-left.jpg flower-right.jpg +append flower-direct.pdf
-> check white space in PDF above the main pictures
the JPG append conversion is okay ...
there is a bug at convert in the append function
(both -append and +append)
The PDF results are much too high.
you can check it simply
convert flower-left.jpg flower-right.jpg +append flower-direct.pdf
-> check white space in PDF above the main pictures
the JPG append conversion is okay ...