Base64 - Exif 元数据
是否可以将“ImageDescription”的 EXIF 元数据添加到 base64 JPG 图像字符串中? 这个可能有一个 EXIF 数据“ImageDescription”,声称它是 Stack Overflow 徽标吗? http://pastebin.com/0vUsybJQ
谢谢。
Is it possible to add EXIF metadata for "ImageDescription" to a base64 JPG image string?
Could this one have a EXIF data "ImageDescription" that claims it's the Stack Overflow logo? http://pastebin.com/0vUsybJQ
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过读取文本格式 jpg 图像、将元数据添加到内存中的图像,然后再次以 Base 64 文本格式保存来添加 EXIF 元数据。
You could add EXIF metadata by reading the text format jpg image, adding the metadata to the image in memory, then saving it again in the base 64 text format.