From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 4 Jun 2010 15:09:52 -0400 To: 9fans@9fans.net Message-ID: <40ce982eb8f8ad1fe514256208fd25fe@coraid.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] a very silly program Topicbox-Message-UUID: 2f5d8a00-ead6-11e9-9d60-3106f5b1d025 > i am adding a feature to tippi to create a thumbnail of /dev/screen > and mark the mouse location in the thumbnail. i had planned to use > resample to create it but it is slow and doesn't seem to correct for > color (color is intensified). there might be a better way too. i've been using richard miller's resize(1) when speed is more important than accuracy. i modified it to make the arguments compatable with resample. - erik