Apt ImageMagick v convert

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.
Post Reply
stanassc@eclipse.net
Posts: 2
Joined: 2014-05-10T06:22:08-07:00
Authentication code: 6789

Apt ImageMagick v convert

Post by stanassc@eclipse.net »

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."

???

Many thanks :?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Apt ImageMagick v convert

Post by snibgo »

I don't know what an XWD file is. It isn't listed for me (IM v6.8.9-0 on Windows 8.1) under "convert -list format".

Perhaps your delegates haven't been installed.

What version IM? Please give the complete output of "convert -version".

What happens when you run the following commands:

Code: Select all

convert logo: x.png
convert logo: x.jpg
convert logo: x.XWD
snibgo's IM pages: im.snibgo.com
stanassc@eclipse.net
Posts: 2
Joined: 2014-05-10T06:22:08-07:00
Authentication code: 6789

Re: Apt ImageMagick v convert

Post by stanassc@eclipse.net »

"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.

BTW convert logo x.png works just fine.
Post Reply