Hi romildo,
on Thursday, 2005-09-15 at 09:47:53, you wrote:

> I have a bunch of ppm image files that I want to print,
> putting 2 images per page. How can I do that, please?

If you know LaTeX, you could try writing a shellscript that prints a
LaTeX document that includes two images per page, run this through TeX
and print the resulting postscript. Or there might be something in the
netpbm package...untested:
( for f in $*; do anytopnm $f; done ) | pnmtops -setpage=a4 | \
  psnup -n 2 | lp

HTH
        Matthias

-- 
I prefer encrypted and signed messages.       KeyID: 90CF8389
Fingerprint: 8E 1F 10 81 A4 66 29 46  B9 8A B9 E2 09 9F 3B 91

Attachment: pgp9BeRjZNyMJ.pgp
Description: PGP signature

Reply via email to