delegate problem : AIX (5.3 / ImageMagick-6.4.0.3-1)

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
makrand.s
Posts: 3
Joined: 2015-01-13T04:32:41-07:00
Authentication code: 6789

delegate problem : AIX (5.3 / ImageMagick-6.4.0.3-1)

Post by makrand.s »

Dear All,

We have installed ImageMagick (ImageMagick-6.4.0.3-1) on AIX 5.3, the convert procedure giving the following error (including all formats),

-> convert test.ps mak.jpg
convert: no decode delegate for this image format `test.ps'.
convert: missing an image filename `mak.jpg'

we have a working ImageMagick (ImageMagick-5.4.2-3) on same AIX 5.3 platform.

Thank you.

Reagards-
-Makrand S
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: delegate problem : AIX (5.3 / ImageMagick-6.4.0.3-1)

Post by dlemstra »

You need to install Ghostscript on both machine.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply