From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7cd6e53a4163c806b7a0e5126ce21abe@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:07:07 -0400 Topicbox-Message-UUID: 73f53606-eaca-11e9-9e20-41e7f4b1d025 > Probably a FAQ: > how do I create a face file in plan 9, from (e.g.) a gif or xbm? > (while browsing the man pages I did find the format definition (face(6)), > but not (or overlooked) how to create one given an existing image file...) The faces program can handle a variety of Plan 9 formats. If you have a GIF, convert it to a Plan 9 image using iconv(1). -rob