Search found 2 matches

by WRJ
2015-04-27T09:39:48-07:00
Forum: Users
Topic: ImageMagick-6.5.4 convert: missing an image filename
Replies: 7
Views: 6855

Re: ImageMagick-6.5.4 convert: missing an image filename

I'm new and puzzled by my defective performance on RHEL 6.6. Tried

$ ls -l view0001.dcm
-r-xr-xr-x. 1 wolf wolf 164264 Apr 27 09:46 view0001.dcm
$ convert view0001.dcm -quality 5 view0001.png
convert: missing an image filename `view0001.png' @ convert.c/ConvertImageCommand/2800.
$

What am I ...
by WRJ
2015-04-27T08:12:44-07:00
Forum: Users
Topic: Re: What am I missing on RHEL?
Replies: 2
Views: 1264

Re: What am I missing on RHEL?

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