From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <67039df3086b14eb4fdf37a180c12b43@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] how to create (convert) face? From: "rob pike, esq." MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 8 Apr 2002 13:43:33 -0400 Topicbox-Message-UUID: 740d8daa-eaca-11e9-9e20-41e7f4b1d025 I don't know why gif -c produced a 16-bit image, but iconv will handle the conversion. If it's a greyscale image, use iconv -c k4 to get a 4-bit image. If it's color, use iconv -c m8 to get an 8-bit colormapped image. -rob