How can I add metadata to an image?

后端 未结 6 716
说谎
说谎 2020-12-18 03:17

Where does one insert meta data into and image file and what it the mark up to do so? i want to do this with php.

6条回答
  •  臣服心动
    2020-12-18 04:09

    You can go for iptcembed function in PHP to add information to image. usage could be found at: http://php.net/manual/en/function.iptcembed.php

    Added data could be retrieved using iptcparse function.

    Let me know if this works for you.

提交回复
热议问题