绘图/着色应用程序 - 洪水填充算法/剪切区域

发布于 2024-12-06 03:03:54 字数 148 浏览 1 评论 0原文

我必须开发一个着色应用程序。基本上,用户会看到一张图像。可能是字符的轮廓,用户可以使用不同的颜色填充它。我看了几个选项,但似乎找不到一个好的选项。

有人可以告诉我如何填充位图图像吗?

有我可以使用的示例代码吗?或者开源项目?

它必须在

I have to develop a coloring application. Basically the user is presented with an image. An outline of a character maybe and the user can fill it using different colors. I've looked at a few options but I can't seem to find a good one.

Could someone tell me how to fill the bitmap image.

Is there any sample code I can use? or an open source project?

It has to be done in

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

凉月流沐 2024-12-13 03:03:54

寻找一些好的 Java 图像处理库,例如此处列出的库 https://stackoverflow .com/questions/4078479/what-android-3rd-party-libraries-are-there。这不是一个Android问题,而是更多关于图像处理的问题

Look for some good Java Image processing Libraries like the ones listed here https://stackoverflow.com/questions/4078479/what-android-3rd-party-libraries-are-there . Its not an Android question but more about Image processing

安人多梦 2024-12-13 03:03:54

有关 Flood Fill 的维基百科条目 提供了伪代码形式的经典算法、一些变体和优化,以及多种语言的源代码链接。

The Wikipedia entry on Flood Fill has the classical algorithm in pseudo-code, a few variants and optimizations and links to source code in several languages.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文