about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-15 19:57:46 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-15 19:57:46 +0000
commit3a3dd0e02b60b910e3b155142f9154feaa64635d (patch)
tree18394e62baa80bde945a2c634b1342b4cf04f5bc /editor
parentc402e790f3d25a1e91be6985354e8684216a4887 (diff)
downloadnetpbm-mirror-3a3dd0e02b60b910e3b155142f9154feaa64635d.tar.gz
netpbm-mirror-3a3dd0e02b60b910e3b155142f9154feaa64635d.tar.xz
netpbm-mirror-3a3dd0e02b60b910e3b155142f9154feaa64635d.zip
Use -colorvalue on pnmnorm because that's how the old Ppmbrighten works
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3918 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-rwxr-xr-xeditor/ppmbrighten2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/ppmbrighten b/editor/ppmbrighten
index f02bfe65..f5de436f 100755
--- a/editor/ppmbrighten
+++ b/editor/ppmbrighten
@@ -53,7 +53,7 @@ for word in "$@"; do
 done
 
 if test "$normalize" = 'yes'; then
-    pnmnorm -bsingle -wsingle -keephues $infile | \
+    pnmnorm -bsingle -wsingle -colorvalue -keephues $infile | \
         pambrighten $pambrightenOpts | ppmtoppm
 else
     pambrighten $pambrightenOpts $infile | ppmtoppm