Write EXIF into JPG with PHP

前端 未结 2 1830
心在旅途
心在旅途 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: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.

提交回复
热议问题