about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xeditor/pnmcat2
-rwxr-xr-xeditor/pnmmargin2
-rw-r--r--editor/specialty/pnmindex.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/editor/pnmcat b/editor/pnmcat
index 52f55be7..5aaa03df 100755
--- a/editor/pnmcat
+++ b/editor/pnmcat
@@ -5,5 +5,5 @@ if test "$1" = '-version'; then
 elif test "$1" = '--version'; then
   pamcat --version
 else
-  pamcat -extendplane "$@" | pnmtopnm
+  pamcat -extendplane "$@" | pamtopnm
 fi
diff --git a/editor/pnmmargin b/editor/pnmmargin
index cfc5256e..01dfdecc 100755
--- a/editor/pnmmargin
+++ b/editor/pnmmargin
@@ -110,7 +110,7 @@ else
     # Cat things together.
     pamcat -extendplane -leftright $tmp2 $tmp1 $tmp2 > $tmp4
     pamcat -extendplane -topbottom $tmp3 $tmp4 $tmp3 | \
-      pnmtopnm $plainopt
+      pamtopnm $plainopt
 fi
 
 
diff --git a/editor/specialty/pnmindex.c b/editor/specialty/pnmindex.c
index 42f75225..4b8dafd6 100644
--- a/editor/specialty/pnmindex.c
+++ b/editor/specialty/pnmindex.c
@@ -683,7 +683,7 @@ writeRowsAndDelete(unsigned int const rows,
 
     fileList = rowFileList(tempDir, rows);
 
-    systemf("pamcat -extendplane %s -topbottom %s | pnmtopnm -assume %s",
+    systemf("pamcat -extendplane %s -topbottom %s | pamtopnm -assume %s",
             blackWhiteOpt, fileList, quantStage);
 
     pm_strfree(fileList);