From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" Date: Tue, 12 Sep 2000 09:33:40 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] new versions of graphics programs? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20000912133343.1AA3E199E0@mail> Topicbox-Message-UUID: 05d55c9c-eac9-11e9-9e20-41e7f4b1d025 Your English is fine -- the second pair of numbers in the header is also one more than the x and y coordinates of the last pixel, so the image is 227x149 not 228x150. Put another way, 227 149 is the first pixel just outside the image in both directions. Russ