Replace background colour to any hex code
Posted: 2016-02-29T06:05:19-07:00
I have a set of images in a white or off white background. I want to convert the background to a particular hex value (#f1f0ee).
Tried using convert image -fuzz XX% -fill red -opaque white result
The problem here is, it will consider everything white, even parts of the product. Also, the edges need refinement, which does not happen using the above. I would like to perform this action in bulk.
Tried using convert image -fuzz XX% -fill red -opaque white result
The problem here is, it will consider everything white, even parts of the product. Also, the edges need refinement, which does not happen using the above. I would like to perform this action in bulk.