about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
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