Write EXIF into JPG with PHP

前端 未结 2 1819
心在旅途
心在旅途 2021-01-06 04:51

For a couple of days I\'m trying to write (or update) EXIF information (geotag, latitude and longitude) in a JPG image using PHP. After consulting many sites without success

相关标签:
2条回答
  • 2021-01-06 05:27

    The only way I've found is to install PEL - the PHP Exif Library

    0 讨论(0)
  • 2021-01-06 05:31

    The gd or ImageMagick libraries will help you do this sort of thing. If you are using shared hosting one (or both of them) may have been installed for you.

    0 讨论(0)
提交回复
热议问题