如何在 Java 中从 JPEG 图像中删除元数据?
我正在尝试从 .jpg 文件中删除元数据并将其替换为任何内容。谁能提供一个例子来说明我如何做到这一点?
I'm trying to remove metadata from a .jpg file and replace it with nothing. Can anyone provide an example of how I might do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
读取图像时不会读取元数据。所以只需读入并写回即可。
Metadata isn't read when you read in the image. So just read it in and write it back.
Apache ExifRewriter:
The Apache ExifRewriter: