Missing an image file name : ImageMagick-5.4.2-3

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

Missing an image file name : ImageMagick-5.4.2-3

Post by makrand.s »

Dear All,

We have successfully installed ImageMagick-5.4.2-3 on AIX 5.3, but while conversion,

-> convert test.ps m1.gif
convert: Missing an image file name.

Thank you.
Regards-
-Makrand
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Missing an image file name : ImageMagick-5.4.2-3

Post by snibgo »

Can you convert from gif to gif? If so, then have you installed Ghostscript?

That is is very old version of IM. I suggest you upgrade.
snibgo's IM pages: im.snibgo.com
makrand.s
Posts: 3
Joined: 2015-01-13T04:32:41-07:00
Authentication code: 6789

Re: Missing an image file name : ImageMagick-5.4.2-3

Post by makrand.s »

Hi,

Thank you for suggestion, we have working copy of ImageMagick-5.4.2-3 on another machine,

root@login1/tmp>convert test.ps test.gif
root@login1/tmp>ls -l test.gif
-rw-r--r-- 1 root system 550455 Jan 14 14:36 test.gif

root@login2/tmp>convert test.ps test.gif
convert: Missing an image file name.

could you please check.

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

Re: Missing an image file name : ImageMagick-5.4.2-3

Post by dlemstra »

snibgo wrote:Can you convert from gif to gif? If so, then have you installed Ghostscript?
You might want to read and answer that question.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply