From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] colormap From: okamoto@granite.cias.osakafu-u.ac.jp MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010301015323.2588B199EF@mail.cse.psu.edu> Date: Thu, 1 Mar 2001 10:52:49 +0900 Topicbox-Message-UUID: 6af2509e-eac9-11e9-9e20-41e7f4b1d025 We have many 8bit depth greyscaled images, and want to display them on 8bit and truecolor (>=16bit) display. We made a Plan 9 pic formatted file, begin with m8, and k8 :-). The latter works fine on a truecolor display, but only 16 grey shades on 8bit display(pseudocolor). This doen't change when we changed the colormap to say /lib/cmap/c7291.56. The former (m8), instead, works fine on the 8bit dosplay with colormap of that c7291.56, but shows colors ^_^ on a true color display. Where we should check? Kenji