如何使用 php 将 exif 详细信息写入图像
我有一个调整大小的图像,没有 exiff 数据。但是 EXIF 值是在原始图像上传时存储在 DB 中的。
现在我想将 EXIF 值从数据库写入调整大小的图像。有人能帮我解决这个问题吗?
I have an resized image which doesnt have a exiff data . But the EXIF values are stored in DB when the original image is uploaded.
Now i want to write the EXIF value from DB to the resized image. Can anybody help me in resolving this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 PHP-EXIF-information-reader-and -writer 类
check out PHP-EXIF-information-reader-and-writer class