From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4ad5917a1de943d2ae8a9b05c0420417@plan9.ucalgary.ca> To: 9fans@cse.psu.edu Subject: Re: [9fans] point2rgb and point2rgba Date: Mon, 31 Jan 2005 11:23:43 -0700 From: andrey mirtchovski In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 3a2668ba-eace-11e9-9e20-41e7f4b1d025 > but i question the utility. if you want just one > pixel, fine, but how often does that happen? > you probably want many pixels, in which case > you should use unloadimage anyway. > i'm actually going the other way, but loadimage is really slow on anything remote, i was hoping that querying a single pixel would be faster and i could go away with the memimage* functions. i'll handle chan2rgb conversion locally.