Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试检测从哪个相机拍摄的照片?我已将图像文件打开到记事本中,我可以看到相机名称,但如何提取该名称?任何的想法 。我想在 PHP ... ..
谢谢
试试EXIF功能。这是在数码照片中存储此类信息的标准方法。
试试exif_read_data函数。您可能会得到相机型号、焦距、快门速度和更多细节。