Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
I have installed ImageMagick on an Ubuntu 14.04 platform.
I am able to convert files under the ImageMagick apt, most particularly XWD -> png formats.
I need however to incorporate file conversion into several scripts. The command line <convert Alex_WL.0.XWD Alex_WL.0.png produces
"convert: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
convert: no images defined `Alex_WL.0.jpg' @ error/convert.c/ConvertImageCommand/3161."
"DESCRIPTION (Linux)
Xwd is an X Window System window dumping utility. Xwd allows X users to store window images in a specially formatted dump file (XWD format). This file can
then be read by various other X utilities for redisplay, printing, editing, formatting, archiving, image processing, etc. The target window is
selected by clicking the pointer in the desired window. The keyboard bell is rung once at the beginning of the dump and twice when the dump is
completed."
Under Ubuntu 12.04 and an earlier version of ImageMagick this format was recognized.