Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
What is the correct way to change the color of an element in GIMP?
I marked an image element with magic wand in GIMP and then used bucket fill to dye it in another color.
For some elements it worked well, but other elements were damaged (became more "aliased" or the bucket fill "spilled" to other adjacent areas and elements).
What is the correct way to change the color of an element in GIMP?
1 answer
To make the selection you get with the magic wand to follow your object more accurately, you can adjust the tool settings.
Two of them are particular useful:
-
Threshold
, if the selection of the magic wand is too big or too small, tweaking this parameter is a good starting point. -
If you don't find a good value for the threshold to distinguish your object from the surrounding, the next thing to try is changing the
select by
method. Try to find a property in which your object differs from the surrounding. E.g. if one is red and the other green, try with theRed
method, if one is dark and the other is light, use theLightness
etc.
0 comment threads