[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] images
From: |
Ralph Corderoy |
Subject: |
Re: [Groff] images |
Date: |
Sat, 09 Feb 2002 16:59:49 +0000 |
Hi Werner,
> Gaius has sent me a small PNG image for inclusion into groff. But
> I'm hesitating to do that because until now there is no binary data
> in the whole package.
>
> So my question: Does somebody know a non-binary image format or
> something similar?
netpbm, e.g. pngtopnm, produce an ASCII format. Actually, they might
produce binary depending on compilation options but pnmnoraw will fix
that.
An alternative is to uuencode the PNG file and have make reconstruct
the original.
Cheers,
Ralph.