From 3a3dd0e02b60b910e3b155142f9154feaa64635d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 15 Aug 2020 19:57:46 +0000 Subject: 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 --- editor/ppmbrighten | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') 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 -- cgit 1.4.1