convert: unrecognized image colorspace `RGB'.
Posted: 2010-01-11T10:26:42-07:00
Hi,
I'm trying to convert an image but I'm getting an error.
Whatever colorpsace i chosse (RGB, CMYK) the problem persists.
IM has been installed from an RPM:
$ rpm -q ImageMagick
ImageMagick-6.4.3.6-5.3
The OS is SUSE Linux Enterprise Server 11 (i586).
Is this behaviour normal? Am I forgetting something?
Thank you.
Sam
I'm trying to convert an image but I'm getting an error.
Code: Select all
$ convert image.gif -colorspace RGB image.jpg
convert: unrecognized image colorspace `RGB'.
$ /usr/bin/convert -list type
convert: unrecognized list type `type'.
IM has been installed from an RPM:
$ rpm -q ImageMagick
ImageMagick-6.4.3.6-5.3
The OS is SUSE Linux Enterprise Server 11 (i586).
Is this behaviour normal? Am I forgetting something?
Thank you.
Sam