如何从 BufferedImage 裁剪多边形

发布于 2024-10-17 12:33:54 字数 55 浏览 3 评论 0原文

如何裁剪 BufferedImage 的多边形部分并将其写入另一个 BufferedImage?

How to crop a polygon shaped portion of BufferedImage and write it to another BufferedImage?

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

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

发布评论

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

评论(1

冷清清 2024-10-24 12:33:54

Graphics2D有clip(Shape)和draw(Shape)方法。所以我猜你可以将 Shape 设置为多边形,然后从一个 BufferedImage 绘制到另一个。

Graphics2D has clip(Shape) and draw(Shape) methods. So I would guess you can set the Shape to be your polygon and then paint from one BufferedImage to the other.

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