透明位图

发布于 2024-08-06 11:24:46 字数 96 浏览 0 评论 0原文

我在这里遇到位图问题..我想删除我的位图具有的黑色背景。

我正在从字节数组创建位图位图..然后在 BitMapField 中设置位图..但显示的图像具有黑色背景。

I am having problem here with bitmaps..I want to remove the black background that my bitmap is having.

I am creating bitmap bitmap from byte array..and then setting the bitmap in BitMapField..but the image shown has a black background.

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

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

发布评论

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

评论(2

孤芳又自赏 2024-08-13 11:24:46

你能发布一些代码吗?如果没有一些特定的代码,我们无法真正帮助您。

如果还没有,您应该使用 createAlpha 来自 Bitmap 类。

有关常见问题的进一步说明和帮助,请参阅 黑莓 支持 论坛

Could you post some code? Without some specific code we can't really help you.

If you aren't yet, you should be using createAlpha from the Bitmap class.

Further explanation and help for common problems can be found in the Blackberry Support Forum.

望笑 2024-08-13 11:24:46

使用此构造函数创建位图 - Bitmap(int type, int width, int height)
其中类型应为 Bitmap.ALPHA_BITDEPTH_8BPP

Use this constructor to create the Bitmap - Bitmap(int type, int width, int height)
where type should be Bitmap.ALPHA_BITDEPTH_8BPP

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