about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-03-04 03:41:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-03-04 03:41:11 +0000
commite611c2e0c68e7931eca0d74a76e3b56b7d9ea971 (patch)
tree576e6133dc03f91a5085786b82270769e1a3c2d6 /doc/HISTORY
parent847cfc7c5d1fa7f4c3a8715da220b4cac06f2621 (diff)
downloadnetpbm-mirror-e611c2e0c68e7931eca0d74a76e3b56b7d9ea971.tar.gz
netpbm-mirror-e611c2e0c68e7931eca0d74a76e3b56b7d9ea971.tar.xz
netpbm-mirror-e611c2e0c68e7931eca0d74a76e3b56b7d9ea971.zip
Eliminate apparently bogus byte reversal
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1142 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index f6f1b2d4..fa35125a 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -27,6 +27,11 @@ not yet  BJH  Release 10.50.00
               pamflip: Speed up for most images.  Thanks Prophet of the Way
               <afu@wta.att.ne.jp>.
 
+              ybmtopbm: Assume YBM format has raster in natural order
+              instead of byte-reversed.  This is what pbmtoybm creates,
+              and is most logical.  We don't know if there are any existing
+              YBM images or generators of them other than pbmtoybm.
+
               pbmtogem, pbmtoybm, pgmtolispm, ppmtoilbm, pnmtosgi: fix
               arithmetic overflow with image dimension represented as
               16 bit integer.