Bug 19751

Summary: ImageMagick not in sync with X11 on RHL 7
Product: [Retired] Red Hat Linux Reporter: Manfred Hollstein <manfredh>
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: 2000-10-25 13:39:36 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 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