From b8754b2acadde6b1dda9e21b4cec25610134f6d9 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 13 Mar 2008 02:52:58 +0000 Subject: Recognize xwd image by 'file' type git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@597 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/anytopnm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'converter/other') 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 ;; -- cgit 1.4.1