The target is to make of two images one concatenated PDF, which contains both images...snibgo wrote: ↑2017-03-02T07:48:26-07:00I would expect only one wizard. This is the correct behaviour.Tester12345 wrote:Don't work at all. Only one wizard in PDFCode: Select all
magick wizard.jpg wizard.jpg PNG:- | magick - +append wizard-png-param.pdf
The first magick outputs two PNG files to the pipe, one immediately after the other. The second magick reads the pipe, but ignores any data after the first PNG is finished. (Because that's how PNG works.) So the second magick has only one image.
If you used MIFF instead of PNG, you would get two images (because that's how MIFF works).
Sorry, if it didn't come clear...
Otherwise I would simply enter
Code: Select all
convert wizard.png wizard.pdf