about summary refs log tree commit diff
path: root/converter/other/xwdtopnm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-03-29 22:04:40 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-03-29 22:04:40 +0000
commitb2dfdc6be132fbb22c1139aa4f0da4764245e8a8 (patch)
treee39e3a0a8bf3c8c53c1df8cbcecd0a83cad68623 /converter/other/xwdtopnm.c
parent3283c876c0383ca4a20bca845c0f07c9a8818d87 (diff)
downloadnetpbm-mirror-b2dfdc6be132fbb22c1139aa4f0da4764245e8a8.tar.gz
netpbm-mirror-b2dfdc6be132fbb22c1139aa4f0da4764245e8a8.tar.xz
netpbm-mirror-b2dfdc6be132fbb22c1139aa4f0da4764245e8a8.zip
Add comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@261 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/xwdtopnm.c')
-rw-r--r--converter/other/xwdtopnm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/xwdtopnm.c b/converter/other/xwdtopnm.c
index 40317e2e..1d8e1b64 100644
--- a/converter/other/xwdtopnm.c
+++ b/converter/other/xwdtopnm.c
@@ -613,7 +613,7 @@ processX11Header(X11WDFileHeader *  const h11P,
        bit-per-pixel direct color window that had bitmap_unit = 32 and
        bitmap_pad = 8.  This was made by Xwd in Red Hat Xfree86 4.3.0-2.
 
-       In March 2007, Darren Frith present an xwd file like this:
+       In March 2007, Darren Frith presented an xwd file like this:
        Header says direct color, bits_per_pixel = 24, bitmap_unit =
        32, bitmap_pad = 8, byte order and bit order LSB first.  The
        bytes in each item are in fact MSB first and the pixels spread
@@ -623,7 +623,7 @@ processX11Header(X11WDFileHeader *  const h11P,
        The header says the bits within each pixel are one byte red,
        one byte green, one byte blue.  But they are actually blue,
        green, red.  Xwud, ImageMagick, and Gimp render this image
-       correctly, so it's not broken.
+       correctly, so it's not broken.  Created by Xwd of X.org 7.1.1.
 
        Before Netpbm 9.23 (January 2002), we used bitmap_unit as the
        item size always.  Then, until 10.19 (November 2003), we used