If anyone else is trying to do that, here's what worked for me:
montage -density 300 rose: logo: -tile 1x2 -geometry 1500x1000\!+2+2 - | magick -density 300 -gravity center - -extent 2480x3507 magic2.ps
Search found 3 matches
- 2019-05-20T08:55:27-07:00
- Forum: Users
- Topic: Putting an image onto an A4 PostScript
- Replies: 4
- Views: 4827
- 2019-05-16T11:17:27-07:00
- Forum: Users
- Topic: Putting an image onto an A4 PostScript
- Replies: 4
- Views: 4827
Re: Putting an image onto an A4 PostScript
I still don't get it: magick montage -extent 2100x2970 xc:white montage.ps magick identify montage.ps montage.ps PS 128x126 128x126+0+0 16-bit sRGB 2832B 0.000u 0:00.000 Seems to be very small, evince tells me it's 45x44 mm. So I tried adding zeroes and expected to end up with about 450x440 mm ...
- 2019-05-15T23:34:59-07:00
- Forum: Users
- Topic: Putting an image onto an A4 PostScript
- Replies: 4
- Views: 4827
Putting an image onto an A4 PostScript
I'm trying to do something that I though would be trivial, but it just won't work. I have pairs of images and to combine them for previewing, I use montage a.png b.png -tile 1x2 -geometry 600x300 result.png Now I wanted to print them in proper quality and came up with montage -density 1200 a.png b ...