Is it possible to leave (isolate) only one colour in image?
Currently I’m interested in green:005d00
Is it possible to leave (isolate) only one colour in image? Currently I’m interested
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well you can do it using ImageMagick via the command line:
The -fuzz command can take a percentage variance from the colour, if it’s specific, drop the fuzz.
The () brackets need escaping in bash shell \( \), etc.