about summary refs log tree commit diff
path: root/converter/other/jpeg2000/libjasper/README
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-10-09 03:06:44 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-10-09 03:06:44 +0000
commit5821c709fe6b9099884c7260b3070b9a699a85d6 (patch)
tree15dfde48c0d825ff4d083f88d11ea5f67b9d7699 /converter/other/jpeg2000/libjasper/README
parent3203359a3febd554f4031fedad45019dd7fd12fd (diff)
downloadnetpbm-mirror-5821c709fe6b9099884c7260b3070b9a699a85d6.tar.gz
netpbm-mirror-5821c709fe6b9099884c7260b3070b9a699a85d6.tar.xz
netpbm-mirror-5821c709fe6b9099884c7260b3070b9a699a85d6.zip
Don't dump box unless debug is turned on
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1005 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/jpeg2000/libjasper/README')
-rw-r--r--converter/other/jpeg2000/libjasper/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/converter/other/jpeg2000/libjasper/README b/converter/other/jpeg2000/libjasper/README
index 27aaacd3..b0512fe8 100644
--- a/converter/other/jpeg2000/libjasper/README
+++ b/converter/other/jpeg2000/libjasper/README
@@ -6,10 +6,12 @@ The adaptation was done by Bryan Henderson on 2002.10.26.
 
 The adaptation involved:
 
-  - remove stuff for formats other than JPEG-2000.
+  - Remove stuff for formats other than JPEG-2000.
 
   - Replace build stuff (Jasper uses GNU Autoconf/Automake/Libtool).
 
+  - Make JP2 decoder not dump the box to stderr unless debug is turned on.
+
 See <http://www.ece.uvic.ca/~mdadams/jasper/>.