将文本转换为图片消息?
朋友们, 我需要知道如何在 JAVA 中将文本转换为图片消息(.ota) 格式以便通过手机发送? 我正在开发一种软件,可以通过串行端口将图片消息发送到另一台手机。
任何人都可以帮助创建转换过程的例程吗? 我需要该例程将给定的文本/图片转换为 .ota 格式?
Friends,
I need to know how to convert a text to a picture-message(.ota) format in JAVA for sending through mobiles? I am developing a software that sends the picture-message to another mobile via serial-port.
Could anyone help for creating a routine for the conversion process? I need that routine to converts the given text/picture to a .ota format?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
阅读关于文件格式的文章后,我会说它听起来并不那么复杂。 基本步骤已大致概述,并且可以在一小时内实施。猜猜您现在已经做到了?
(如果是这样,介意分享解决问题的代码吗?;)不需要超过几百行,对吧?)
Having read the article about the file format I would say it doesn't sound all that complicated. The basic steps are pretty much outlined and could be implemented within the hour.. Guessing you've that that already by now?
(And if so, mind sharing the code to solve the question? ;) Shouldn't need to be anything over a few hundred lines, right?)