color names
Posted: 2007-02-24T09:33:52-07:00
I'm working with Anthony's examples. When I run the code below, I get the error below:
$ convert -size 120x120 plasma:fractile fractal.png
convert: unrecognized color `fractile'.
convert: missing an image filename `fractal.png'.
I have run this on UNIX with 2.6.8 and 2.6.9. A Google search shows that the command was published at least since 2.6.6.
When I substitute other colors (such as black, blue or skyblue) for fractile, the command succeeds. Therefore I would assume that fractile is just a placeholder for a valid color. Is this correct?
This led me to search the source for color names and I was unable to find them. How can I get the list of color constants that ImageMagick recognizes?
Thanks,
Jeff
$ convert -size 120x120 plasma:fractile fractal.png
convert: unrecognized color `fractile'.
convert: missing an image filename `fractal.png'.
I have run this on UNIX with 2.6.8 and 2.6.9. A Google search shows that the command was published at least since 2.6.6.
When I substitute other colors (such as black, blue or skyblue) for fractile, the command succeeds. Therefore I would assume that fractile is just a placeholder for a valid color. Is this correct?
This led me to search the source for color names and I was unable to find them. How can I get the list of color constants that ImageMagick recognizes?
Thanks,
Jeff