Android:如何使位图边框透明?

发布于 2024-12-10 10:09:43 字数 68 浏览 0 评论 0原文

我有一个位图,我只想显示中心圆区域。如何隐藏角落区域?实际上,如果我可以使任何区域透明(例如使其成为一个环),那就太好了?

I have a bitmap and I just want to show central circle area. How to hide the corner area? Actually, it would be great if I could make any area transparent (e.g. make it a ring)?

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

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

发布评论

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

评论(1

坠似风落 2024-12-17 10:09:43

将位图转换为透明 PNG - 您可以使用免费的 Gimp 应用程序。在 Gimp 中加载图片,选择中心圆圈区域,复制,然后粘贴为新图像。应自动使其周围的区域透明。然后只需另存为 PNG 文件并在 Android 应用程序中使用它即可。

更新

这是我找到的将颜色定义为透明的答案:Android位图遮罩颜色、去除颜色

Convert the bitmap to a transparent PNG - you can use the free Gimp application. Load your picture in Gimp, select the central circle area, copy, then paste as new image. Should automatically make the area around it transparent. Then just save as a PNG file and use that in your Android app.

UPDATE

Here's an answer I found for defining a color to be transparent: Android bitmap mask color, remove color

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