将 CfbsBitmap 格式转换为 JPG

发布于 2024-10-12 12:57:06 字数 163 浏览 6 评论 0原文

我正在使用 symbian 和 Qt 4.7 做一个移动应用程序,

当我保存 CFBSBitmap 数据时,我有一个 CFBSBitmap 数据,格式是 .mbm 文件,我希望将其转换为保存为 jpg 格式。

任何人都可以在这方面帮助我,因为我是 Qt 和 Symbian 的新手

I am doing a mobile application using symbian and Qt 4.7

I have a CFBSBitmap data when i save the CFBSBitmap data, the format is a .mbm file and I wish to convert it to be saved as jpg format.

Can anyone help me in this area as I am quite a newbie in Qt and Symbian

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

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

发布评论

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

评论(1

网白 2024-10-19 12:57:06

QImage 提供了 save 函数采用参数format只需指定 JPG格式

QImage provides a save function that takes a parameter format. Just specify the JPG format.

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