Gentoo Archives: gentoo-user

From: Christoph Gysin <cgysin@×××.ch>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] 16 colours xpm
Date: Mon, 08 Aug 2005 10:51:34
Message-Id: 42F737E7.5090303@gmx.ch
In Reply to: [gentoo-user] 16 colours xpm by Uwe Thiem
1 Uwe Thiem wrote:
2 > Anybody in the know how to generate an xpm image with 16 colours and 1
3 > character per pixel? I mean other than using vi. ;-) Alternatively,
4 > converting an image to that format would do for me.
5
6 imagemagick is your friend :-)
7
8 # emerge -avt imagemagick
9
10 The following isn't tested, read the man page if it doesn't work...
11
12 $ convert -size 800x600 -colors 16 -depth 8 image.png image.xpm
13
14 Christoph
15 --
16 echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" org@fr33z3
17 --
18 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] 16 colours xpm Uwe Thiem <uwix@××××.na>
Re: [gentoo-user] 16 colours xpm Ow Mun Heng <Ow.Mun.Heng@×××.com>