-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paint bucket (flood-fill) module #541
Comments
GitMate.io thinks the contributor most likely able to help you is @ccpandhare. Possibly related issues are #434 (Rotate module), #108 (Math Module), #112 (Scale module), #5 (image cropping module), and #488 (White balance module). |
1 similar comment
GitMate.io thinks the contributor most likely able to help you is @ccpandhare. Possibly related issues are #434 (Rotate module), #108 (Math Module), #112 (Scale module), #5 (image cropping module), and #488 (White balance module). |
https://github.com/hughsk/flood-fill should be usable for this until we want to do thresholds!
We should make the default |
Breaking out of #165, this would take inputs of:
It would paint bucket fill starting at the given pixel and expanding outward.
Threshold means that the fill would fill any adjacent pixel of the same color OR within
threshold
value of that starting pixel color. It's expressed as a percentage difference from the original pixel color.The text was updated successfully, but these errors were encountered: