Bug 31920 - ImageMagick's convert doesn't works with XWD image format
Summary: ImageMagick's convert doesn't works with XWD image format
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: ImageMagick
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-03-16 00:01 UTC by Luis Gerardo de la Fraga
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-03-16 00:01:53 UTC
Embargoed:


Attachments (Terms of Use)

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.



Note You need to log in before you can comment on or make changes to this bug.