获取图像中可用的所有隐藏数据

时间:2014-08-01 08:46:54

标签: php image

如何使用PHP获取图像文件中的隐藏数据。

[隐藏数据,意思是相机型号,位置,拍摄日期和地理编码等。]

是否可以使用PHP获取所有隐藏数据?

2 个答案:

答案 0 :(得分:1)

您可以使用exif_read_data功能。

答案 1 :(得分:0)

您可以使用函数exif_read_data,它将返回包含您需要的数据的数组。 文档说明:

exif_read_data() reads the EXIF headers from a JPEG or TIFF image file. This way you can read meta data generated by digital cameras.

请注意,不同的相机会对此数据使用不同的名称:

EXIF headers tend to be present in JPEG/TIFF images generated by digital cameras, but unfortunately each digital camera maker has a different idea of how to actually tag their images, so you can't always rely on a specific Exif header being present.

此外,请确保在php安装中启用了Exif扩展程序(http://php.net/manual/en/exif.setup.php