I have an image and I want to copy/extract a specific color (i.e., #00ffff) from the image, ideally specifying a fuzz factor, to a new image. I know about transparentPaintImage(), but it's unavailable in my environment (Ubuntu 10.04). Any other ideas? Thanks.
| |||||||||||
feedback
|
|
Well I just used this answer for another related question, you can isolate a specific colour, with a fuzz factor and save that to another channel. On the command line you do it like so:
Remembering that the brackets need escaping in bash, How this could be converted in to a sequence of IMagick commands, I'm not totally sure as I never use it. I know you need to take the original image, make a clone, perform the transparency operation with fuzz and then use | ||||
|
feedback
|