Converting multi color image to a single color
Posted: 2016-10-13T04:07:47-07:00
I'm trying to convert a multi color image into a single color image. I've tried converting it first to grayscale and then tinting, and also tried using fred's colorfilter script. It works well for a lot of cases but in some cases I end up losing details.
For example I use this image:
I first convert it to grayscale, and then use colorfilter. I get something like:
I've lost some detail at the bottom. I want to end up getting something like:
The hex code for the red color is #960032
For example I use this image:
I first convert it to grayscale, and then use colorfilter. I get something like:
I've lost some detail at the bottom. I want to end up getting something like:
The hex code for the red color is #960032