如何从所有字符集中读取和显示Exif ImagedEscription
以前有一些关于阅读和显示Exif ImageDescription的讨论,几天前我开始这个任务时发布了一个类似的问题。
无论字符集如何,此在线服务都会读取并显示精确的“图像描述”。
- 所以我知道这是可能的。我真的希望他们解释如何做到这一点。
尽管阅读了几个小时的解决方案,并在许多网站上进行了帮助,但我尝试了30多种不同的建议,但无法让PHP在此图像的图像描述中显示挪威Ø。
http://www.garryjones.se/testit/1.jpg
而不是发布250行我编码30多次尝试,这看起来一团糟,我希望有人知道答案。几条简单的代码行确实应该是可能的。
任何帮助真的很大,谦卑地得到了。
There are some previous discussions on reading and displaying EXIF ImageDescription and I posted a similar question a few days ago when I began this quest.
This online service reads and displays the exact "Image Description" regardless of character set.
- So I know it IS possible. I just really wish they explained how they do it.
Despite reading through hours and hours of solutions and help documents on a multitude of sites I have tried over 30 different suggestions but can not get PHP to display the Norwegian ø in the Image Description of this image.
http://www.garryjones.se/testit/1.jpg
Rather than posting 250 rows of my coding for over 30 attempts which looks a mess I am hoping someone knows the answer. It really should be possible with a couple of simple lines of code.
Any help really greatly and humbly received.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我写小型代码片段。我添加了一个扩展程序已启用验证。您可以尝试
进一步了解php文档 https:https:// wwwww .php.net/manual/en/function.exif-read-data.php
I write small code Snippets. I have added an extension is enabled verification. You can try
To know further follow PHP documentation https://www.php.net/manual/en/function.exif-read-data.php