groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] images


From: Colin Watson
Subject: Re: [Groff] images
Date: Sat, 9 Feb 2002 14:50:23 +0000
User-agent: Mutt/1.3.27i

On Sat, Feb 09, 2002 at 03:32:56PM +0100, Werner LEMBERG wrote:
> 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?

Is XPM appropriate?

  /* XPM */
  static char *noname[] = {
  /* width height ncolors chars_per_pixel */
  "24 24 47 1",
  /* colors */
  "  c #000000",
  ". c #A5A563",
  [...]
  /* pixels */
  "yyyyyyyyyyyyyyyyyyyyyyyy",
  "yyyyyyyyyyyyapyyyyyyyyyy",
  [...]
  };

-- 
Colin Watson                                  address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]