about summary refs log tree commit diff
path: root/editor/pnmquantall
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-08-16 01:14:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-08-16 01:14:05 +0000
commitee202873edb0d236e03270b96504e58b4664bd8b (patch)
tree20b25b22f031cd81204a36e19795e8759a50e4b1 /editor/pnmquantall
parent939dd71a6334d2a2f180cb19666e7544c2753f74 (diff)
downloadnetpbm-mirror-ee202873edb0d236e03270b96504e58b4664bd8b.tar.gz
netpbm-mirror-ee202873edb0d236e03270b96504e58b4664bd8b.tar.xz
netpbm-mirror-ee202873edb0d236e03270b96504e58b4664bd8b.zip
Update internal use of 'pamcat' to adapt to its new ability to produce PNM output
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4411 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor/pnmquantall')
-rwxr-xr-xeditor/pnmquantall3
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/pnmquantall b/editor/pnmquantall
index f18852a1..594e8f7b 100755
--- a/editor/pnmquantall
+++ b/editor/pnmquantall
@@ -145,8 +145,7 @@ sub tempFile($) {
 sub makeColorMap($$$$) {
     my ($fileNamesR, $newColorCt, $colorMapFileName, $errorR) = @_;
 
-    my $pamcatCmd =
-       "pamcat -extendplane -topbottom -white -jleft @{$fileNamesR}";
+    my $pamcatCmd = "pamcat -topbottom -white -jleft @{$fileNamesR}";
 
     my $pnmcolormapCmd = "pnmcolormap $newColorCt";