about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xconverter/other/anytopnm4
-rw-r--r--doc/HISTORY4
2 files changed, 8 insertions, 0 deletions
diff --git a/converter/other/anytopnm b/converter/other/anytopnm
index 99740f79..7422a87f 100755
--- a/converter/other/anytopnm
+++ b/converter/other/anytopnm
@@ -149,6 +149,10 @@ computeTypeFromTypeDescription () {
             filetype=gzip
             ;;
     
+        *XWD*X*Window*Dump* ) 
+            filetype=xwd
+            ;;
+
         *compress* )
             filetype=compress
             ;;
diff --git a/doc/HISTORY b/doc/HISTORY
index fc826dec..39f790d3 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,10 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.42.00
 
+              anytopnm: Recognize xwd image by 'file' type.
+
+              pgmdeshadow: fix crash in option processing.
+
               pgmmedian: fix crash.
 
               pgmbentley: fix output; black areas not black.