about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xconverter/other/anytopnm2
-rw-r--r--doc/HISTORY2
2 files changed, 3 insertions, 1 deletions
diff --git a/converter/other/anytopnm b/converter/other/anytopnm
index 17464fac..acf88136 100755
--- a/converter/other/anytopnm
+++ b/converter/other/anytopnm
@@ -417,7 +417,7 @@ case "$2" in
         ;;
 
     png )
-        pngtopnm "$file"
+        pngtopam "$file"
         ;;
 
     mda )
diff --git a/doc/HISTORY b/doc/HISTORY
index 63ae3cd2..c9f5110b 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,8 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.52.00
 
+              Anytopnm: Use 'pngtopam' shell command instead of 'pngtopnm'.
+
               Pnmtopng:  -libversion doesn't report level of linked libz.
               It was a modularity violation and caused build failures on
               Mac OS X, because Pnmtopng per se doesn't know about libz --