[magick-users] RE: unrecognized color given as HSL tuple
Fred Weinhaus
fmw at alink.net
Mon Feb 11 15:43:03 PST 2008
This gives me no errors
convert logo: -fill "hsl(308,47,83)" -colorize 10 tmp.png
Try putting the input image right after "convert" and before "-fill"
>Hi, I am new to imagemagick and I try to colorize an existing image, I
>specify the color as HSL tuple:
>
>convert -fill "hsl(308,47,83)" -colorize 10 a.png b.png
>
>but result is:
>convert: unrecognized color `hsl(308,47,83)'.
>
>What I am doing wrong?
>
>
More information about the Magick-users
mailing list