Re: Putting a bunch of jpg files on an mm document - too slow

2024-06-02 Thread Blake McBride
I tried: 1. Convert the jpg file to a pdf file with: convert file.jpg file.ps 2. Include the picture with: .PDFPIC file.pdf 4in 3. Run groff with: pdfroff -mm -U file.mm >file.pdf But line 3 gives me the following error: GPL Ghostscript 9.55.0: Unrecoverable error, exist code 1 Segmentatio

Re: Putting a bunch of jpg files on an mm document - too slow

2024-06-02 Thread Damian McGuckin
On Sun, 2 Jun 2024, Blake McBride wrote: I have a bunch of jpg files I need to put into an mm file. The way I am doing it right now is: 1. convert jpg files to ps files using: convert pic.jpg pic.ps 2. Include the pics in the mm file using: .PSPIC pic.ps 4in 3. Run groff: groff -mm file.mm