Bug 31920

Summary: ImageMagick's convert doesn't works with XWD image format
Product: [Retired] Red Hat Linux Reporter: Luis Gerardo de la Fraga <fraga>
Component: ImageMagickAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-03-16 00:01:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Luis Gerardo de la Fraga 2001-03-16 00:01:50 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.2.16-22 i686)


convert and display program fails with XWD format with the message:
display: XWD file format version mismatch (image) [No such file or
directory].
or
convert: XWD file format version mismatch (image) [No such file or
directory]

ImageMagick works perfectly with XWD format with previos
versions of RedHat, at least, 5.2, 6.0, 6.1 and 6.2

Reproducible: Always
Steps to Reproduce:
1.Create a XWD image:
  $ xwd -out image.xwd -xy
and click over any window
2. Try open o change image format:
  $ display image.xwd
  or
  $ convert image.xwd image.gif 

	

Actual Results:  $ display image.xwd
display: XWD file format version mismatch (image) [No such file or
directory].
$ convert image.xwd image.gif
convert: XWD file format version mismatch (image) [No such file or
directory].
convert: Missing an image file name.

Expected Results:  display musts show the image
and convert must traslate the image to GIF format without any
message

Comment 1 Bernhard Rosenkraenzer 2001-03-16 10:55:29 UTC
This is fixed in the current version.