How can I read PNG Metadata from PHP?

后端 未结 4 2174
一生所求
一生所求 2020-11-27 18:47

This is what I have so far:



        
4条回答
  •  一生所求
    2020-11-27 19:07

    I found this problem a few days ago, so I made a library to extract the metadata (Exif, XMP and GPS) of a PNG in PHP, 100% native, I hope it helps. :) PNGMetadata

提交回复
热议问题