about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other')
-rwxr-xr-xconverter/other/anytopnm4
1 files changed, 4 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
             ;;