Bug 19751 - ImageMagick not in sync with X11 on RHL 7
Summary: ImageMagick not in sync with X11 on RHL 7
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: 2000-10-25 13:39 UTC by Manfred Hollstein
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-10-25 13:39:36 UTC
Embargoed:


Attachments (Terms of Use)

Description Manfred Hollstein 2000-10-25 13:39:34 UTC
xwd from the XFree86 package and convert do not fit together; using the
following command to take screenshots shows what I mean:

$ xwd -root > /tmp/root.xwd; convert -colors 65535 -quality 90 -interlace
none /tmp/root.xwd $HOME/root.jpg
convert: XWD file format version mismatch (/tmp/root.xwd) [No such file or
directory].
convert: Missing an image file name.

Looking into ImageMagick's sources reveals that this message will be
emitted, if the compile time constant XWD_FILE_VERSION from
/usr/include/X11/XWDFile.h is not equal to what is found in the image's
header. Rebuilding the package using

# rpm --rebuild ImageMagick-5.2.2-5.src.rpm

fixes this.

HTH, cheers.

l8er
manfred

Comment 1 Bernhard Rosenkraenzer 2000-10-25 14:00:52 UTC
Fixed in the current version


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