about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-05-02 19:23:42 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-05-02 19:23:42 +0000
commitd183dec220bbedbcac8081dc6fa5a81dde9b23f3 (patch)
treeea0d1ec4702cccffe551cab493ff79ab20bd869b /doc/HISTORY
parent3fb9822420a65f1fa543e99edb55244ddf2a333a (diff)
downloadnetpbm-mirror-d183dec220bbedbcac8081dc6fa5a81dde9b23f3.tar.gz
netpbm-mirror-d183dec220bbedbcac8081dc6fa5a81dde9b23f3.tar.xz
netpbm-mirror-d183dec220bbedbcac8081dc6fa5a81dde9b23f3.zip
Extract whole bytes or words instead of a bit at a time
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@908 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index e5160673..a40091bc 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -13,6 +13,8 @@ not yet  BJH  Release 10.47.00
 
               Remove nstring.h from exported interfaces.
 
+              giftopnm: improve efficiency.
+
               pnmremap: fix loss of dithering when the map (and thus the
               output) has lower maxval than the input.  (Old code scales down
               to the new maxval before dithering).