about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-03-13 02:52:58 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-03-13 02:52:58 +0000
commitb8754b2acadde6b1dda9e21b4cec25610134f6d9 (patch)
treeafafe1d634e4ff8e3f354b092715d49dc3911a0f /converter/other
parent7d1988fcf11be20d399b7a5fd73a898de0a8dcce (diff)
downloadnetpbm-mirror-b8754b2acadde6b1dda9e21b4cec25610134f6d9.tar.gz
netpbm-mirror-b8754b2acadde6b1dda9e21b4cec25610134f6d9.tar.xz
netpbm-mirror-b8754b2acadde6b1dda9e21b4cec25610134f6d9.zip
Recognize xwd image by 'file' type
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@597 9d0c8265-081b-0410-96cb-a4ca84ce46f8
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
             ;;