about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-08-06 03:15:24 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-08-06 03:15:24 +0000
commit7fd7d235354923b9c0bafa7c611b42f3da909a4b (patch)
treef601cb2a27981d3c6175231eab841595f9a32b34 /editor
parent921b6ecd4d98ed10da2cac61ba90e0f108659ac3 (diff)
downloadnetpbm-mirror-7fd7d235354923b9c0bafa7c611b42f3da909a4b.tar.gz
netpbm-mirror-7fd7d235354923b9c0bafa7c611b42f3da909a4b.tar.xz
netpbm-mirror-7fd7d235354923b9c0bafa7c611b42f3da909a4b.zip
Change pnmtopnm to pamtopnm, as the former is just an alias for the latter
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4400 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-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);