如何将大信息附加到 JPEG 文件?

发布于 2024-08-31 19:55:16 字数 85 浏览 3 评论 0原文

APP0 到 APP15 标记每个仅支持 65535 字节(我从 libjpeg.doc 中读取此内容)。如果 jpeg 文件中需要保存更大的数据块怎么办?

The APP0 to APP15 markers only support 65535 bytes each (I read this from libjpeg.doc). What if there's a bigger chunk of data to save in the jpeg file?

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

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

发布评论

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

评论(2

上课铃就是安魂曲 2024-09-07 19:55:16

使用相同类型的多个段没有限制,具体取决于数据。

例如,来自 Exif 2.2 规范,第 3.2 节

压缩文件可以通过将其分为多个 APP2 段来记录超过 64 KB 的扩展数据。

There is no restriction on using multiple segments of the same type, depending on the data.

e.g, from Exif 2.2 specification, section 3.2

Compressed files can record extended data exceeding 64 Kbytes by dividing it into multiple APP2 segments.

岛徒 2024-09-07 19:55:16

这是很多数据。

好吧,如果没有其他合法的方法,那么总是有隐写术 http://en.wikipedia.org/wiki/Steganography

Thats a lot of data.

Well if theres no other legit way then theres always steganography http://en.wikipedia.org/wiki/Steganography

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