interfasys / mediametadata

A cloud application which provides CRUD access to the metadata stored in images
GNU Affero General Public License v3.0
5 stars 1 forks source link

List libraries we can use to extract and manage image metadata #6

Open oparoz opened 8 years ago

oparoz commented 8 years ago

This is an investigative task.

Type of data we will encounter:

imjalpreet commented 8 years ago

@oparoz, EXIF DATA: We can use the exif_read_data for getting the exif metadata and then choose the data fields which we want to use.

IPTC DATA: Similarly, we can use the iptcparse for the case of iptc data.

XMP Data: I have tried out a method to extract the xmp data on my own as there isn’t any php library for the same. It is not very difficult to extract it as it is mere xml data.