[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] raster image inclusion in groff
From: |
Daniel Senderowicz |
Subject: |
Re: [Groff] raster image inclusion in groff |
Date: |
Mon, 24 Apr 2000 20:19:21 -0700 (PDT) |
>Is there some way to include raster images in groff? Since 1986, we've
>been using an HP-internal version of DWB troff which uses a preprocessor
>called raster(1) to interpret .RA commands to include raster images.
>In this case, the images are little PCL files.
>
>Is there something similar for groff?
Try:
rasttopnm [yourfile] | pgmtopbm | pbmtoplot | plot2dev -d gremlin > newfile.g
and you get a gremlin file that you can edit and include it with
the .me macro.
Dan