From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sun, 27 Aug 2006 10:37:31 -0400 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] shrinking an Image? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <14ec7b180608261421h5cdda31au1d39cb6d4f1193d6@mail.gmail.com> Topicbox-Message-UUID: a7ce3e9e-ead1-11e9-9d60-3106f5b1d025 > I find that resample(1) is not visually as faithful as (even?) > page(1)'s built-in resizer. I have not explored the possible causes, > however. They should behave identically. Page's zoom function uses a copy of the resample code. Russ