Is Flood Fill Algorithm included in ImageSharp? #1486
-
Does ImageSharp have built-in Flood Fill Algorithms or any related functions included? |
Beta Was this translation helpful? Give feedback.
Answered by
antonfirsov
Dec 29, 2020
Replies: 1 comment
-
@atuladhar no unfortunately, but I think its rrlatively easy to implement a basic variant in your app. It might be a feature in-scope for ImageSharp.Drawing though, personally I would be fine with a community contribution adding it there. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JimBobSquarePants
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@atuladhar no unfortunately, but I think its rrlatively easy to implement a basic variant in your app.
It might be a feature in-scope for ImageSharp.Drawing though, personally I would be fine with a community contribution adding it there.