Re: What am I missing on RHEL?

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
WRJ
Posts: 2
Joined: 2015-04-27T07:44:43-07:00
Authentication code: 6789

Re: What am I missing on RHEL?

Post by WRJ »

I just joined, not understanding my own convert-results. Saw many similar issues on the web, but they appeared to be from different settings.. I have RHEL 6.6 and got:

$ convert view0001.dcm view0001.png
convert: missing an image filename `view0001.png' @ convert.c/ConvertImageCommand/2800.

I could not find a command-formulation to have the desired dcm -> png file conversion work (as suggested on the IM Website). What am I missing?
Please advise.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Re: What am I missing on RHEL?

Post by fmw42 »

I have separated this post from the one titled "Read this first before posting". No one should add to the latter post as it is an announcement for how to post properly to the forum. So I created a new post for the former on in the same User's Forum
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Re: What am I missing on RHEL?

Post by fmw42 »

Do you have libpng installed? What version of Imagemagick are you using and what platform?

What response do you get from

convert -version

Does it include PNG as a delegate?
Post Reply