-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
[IMPROVEMENT] fill excluded rectangles with transparent green #167
Comments
Hi, @MrMisterG. Best regards, |
Hi @romankh3 Possible idea is to have a new configuration fillExcludedAreas (boolean)... or no config and always fill excluded areas? Fill colour could be green or black but 20% or 30% opaque so that the image behind can be seen. Best regards, |
All the changes must be backward-compatible with previous versions. So we can add method with these configurations(boolean fillFullRectangle, double persentOfOpaque) I think, that the colors must stay as-is. These changes can be applied to the main rectangles, too. |
Hello @romankh3 |
Hello @MrMisterG like it:
also don't forget to write tests these methods. Yes, it's good to add getters for these variables. To make sure, that they configured as expected. |
Hi @romankh3 |
Hi @MrMisterG BR |
Thanks! :) I updated it |
@MrMisterG Thanks for your contributions! |
I add many excluded areas to my images and find it very useful that they appear as green rectangles on the results image.
I often need to define long exclusions along edges of the image. In those cases, looking at the resulting image, it is not easy to determine which areas have been excluded, partly due to the fact that the green lines along the edges are cropped out of the picture.
It would be less ambiguous if there was an option to fill the the green rectangles with a transparent green fill.
The text was updated successfully, but these errors were encountered: