Page 1 of 1

IM7.0.8-24 - Invalid argument for option '-transparent-color'

Posted: 2019-01-18T09:54:46-07:00
by GeeMack
Using ImageMagick 7.0.8-24 Q16 x64 HDRI on Windows 10. When running this command...

Code: Select all

magick logo: -transparent-color black info:
I get this error...

Code: Select all

magick: invalid argument for option '-transparent-color' 'black' at CLI arg 2 @error/operation.c/CLISettingOptionInfo/1469.
This occurs when using any color as the argument, and when using any method of color description. All these produce the same error...

Code: Select all

magick logo: -transparent-color black info:

magick logo: -transparent-color #FF00CC info:

magick logo: -transparent-color srgb(23,123,223) info:
The error does not occur when running the commands using "convert" with version 6.9.10-11.

Re: IM7.0.8-24 - Invalid argument for option '-transparent-color'

Posted: 2019-01-18T10:21:48-07:00
by fmw42
try

Code: Select all

magick logo: -set -transparent-color black info: