convert -list exits with return-code of 1
convert -list exits with return-code of 1
Hello,
running the -list operator of convert (e.g. convert -list colorspace) will result in a return-code of 1. Since there is no error-condition, a return-code of 0 is expected.
Bernhard
running the -list operator of convert (e.g. convert -list colorspace) will result in a return-code of 1. Since there is no error-condition, a return-code of 0 is expected.
Bernhard
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert -list exits with return-code of 1
works fine on IM 6.6.1-5 Q16 Mac OSX tiger. what version of IM are you using? if old, then consider upgrading. also is there a possibility that you have more than one IM version on your system and they are getting confused.
Re: convert -list exits with return-code of 1
Sorry, my version is
ImageMagick 6.5.4-8 2009-10-24 Q16 OpenMP (only version on my system).
running on linux kernel 2.6.27.7 (32bit).
I will try an upgrade, but usually this is not always feasible due to distribution-dependencies. A confirmation that a newer version runs correctly under linux would be helpful.
Thanks, Bernhard
ImageMagick 6.5.4-8 2009-10-24 Q16 OpenMP (only version on my system).
running on linux kernel 2.6.27.7 (32bit).
I will try an upgrade, but usually this is not always feasible due to distribution-dependencies. A confirmation that a newer version runs correctly under linux would be helpful.
Thanks, Bernhard
Re: convert -list exits with return-code of 1
We can reproduce the problem you posted and have a patch to fix it. Look for it in the next point release of ImageMagick available within a few days. Thanks.
Re: convert -list exits with return-code of 1
Not the same problem, but also about "convert -list" (don't want to start a new thread for this):
When I type "convert -list Module", I get that list, but I also get the following message at the end (with IM v6.6.1-5):
Can I safely ignore that?
And the eh.. list of the list types in the documentation seems to be cut off. (Or was it deliberately shortened?)
http://www.imagemagick.org/script/comma ... s.php#list
When I type "convert -list Module", I get that list, but I also get the following message at the end (with IM v6.6.1-5):
Code: Select all
convert: image coder signature mismatch `XTRN': d09f50 != 66110 @ error/module.c/OpenModule/1271.
And the eh.. list of the list types in the documentation seems to be cut off. (Or was it deliberately shortened?)
http://www.imagemagick.org/script/comma ... s.php#list
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert -list exits with return-code of 1
at http://www.imagemagick.org/script/comma ... s.php#list
convert -list list
will generate that full list.
convert -list type
is something completely different.
The word type in red italics means to choose one of the following names in the list that follows.
I have no problems with the result of
convert -list Module
and no error message with IM 6.6.1-5 Q16 Mac OSX Tiger
convert -list list
will generate that full list.
convert -list type
is something completely different.
The word type in red italics means to choose one of the following names in the list that follows.
I have no problems with the result of
convert -list Module
and no error message with IM 6.6.1-5 Q16 Mac OSX Tiger
Re: convert -list exits with return-code of 1
I know. But it seemed odd to me that when it says "Choose from these list types", that only the lower half of the result of "convert -list list" is presented there.fmw42 wrote:convert -list list
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert -list exits with return-code of 1
I now see what you mean. I will see if I can fix that later today. it is a documentation problem not as I thought a convert -list list issue.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert -list exits with return-code of 1
I have updated this list according to what I get from convert -list list in IM 6.6.1-5 Q16 Mac OSX Tiger. It may take a day to filter down to the normal site.
Re: convert -list exits with return-code of 1
Thanks! (The list in the documentation is now also identical to my "convert -list list" output.)