Gino D's GIMP Scripts: https://sites.google.com/site/ginodonig/gimp-scripts
Overview
This script enables you to remove the holes of a selection, if by hole we mean every unselected or partially selected area of the image which is surrounded by a fully selected area.
In order to understand how the script works, we have to focus on the selection mask, that is the channel related to the selection (you can view it by either activating the Quick Mask or saving the selection as a channel). Referring to this mask, the script eliminates every area that is composed from non-white pixels and is completely surrounded by a border of white pixels, and the elimination consists in filling such areas of the selection mask with white, so that the corresponding holes of the selection will disappear. Therefore, a black and gray region of the selection mask which is contiguous to the image's borders across at least one pixel cannot be regarded as a hole, because not all of its edges are adjacent to white pixels.
Activating the script
Once installed, you can launch this script from the image menubar through
"Select -> Remove Holes...".
Options
- Normalize initial selection
-
When this box is checked, the contrast of the selection mask will be initially stretched, causing the lightest pixels to become white and the darkest pixels to become black; in this way, it is often possible to remove some holes even from selections whose masks are devoid of white pixels, which are essential for circumscribing any possible hole. The following illustration shows that enabling this option helps at least to eliminate the holes in the letters G and M, which could not be removed otherwise.
- Sharpen initial selection
-
By activating this checkbox, the selection mask will be preliminarily transformed into a black and white channel without anti-aliasing, a kind of enhancement that can make the subsequent action of removal more effective in case the selection is provided with soft borders and blurred zones, as shown in the illustration below.
- Threshold
-
Allows you to set the level of gray (in a scale from 0 to 255) to use as a threshold in sharpening the initial selection, so that all the pixels of the selection mask with a luminosity (gray level) equal to or higher than the specified threshold will become white, while all the pixels darker than the specified threshold will become black.
- Feather resultant selection
-
When this box is checked, it is possible to reduce the sharpness of the borders of the eventual selection.
- Radius of feather (in pixels)
-
Allows you to set the amount of blur affecting the selection borders when the "Feather resultant selection" checkbox is activated.
Values vary within a range of 0 to 32767.
Comments
Remove Holes (from Selection): version 1.06 available
RELEASE NOTES
Remove Holes (from Selection): version 1.05 available
_RELEASE NOTES_
Remove Holes (from Selection): version 1.04 available
_RELEASE NOTES_
Remove Holes (from Selection): version 1.03 available
_RELEASE NOTES_
Just did a quick test and it
Just did a quick test and it worked quite well. Thanks. :)
Remove Holes (from Selection): version 1.02 available
_ RELEASE NOTES _
* Only reshaped and cleaned up the code.
Thanks!
Thanks!
Possible to add feathering, Gino D?
Thanks Gino! Nice script, have already used it on several occasions.
Is it possible to add feathering and/or anti-aliasing as options (feathering with slider) with this script?
Thanks again!
Interesting suggestion, mahvin
I agree with you: the ability to feather the resultant selection might be very handy, thus it surely deserves to be added. I am going to update the script with such functionality.
Thanks for your suggestion.
Got it, Gino. Thanks!
Thanks Gino!
I downloaded the updated script and it works great. :)