Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
oparoz opened this issue Jun 1, 2016 · 1 comment
Open

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

oparoz opened this issue Jun 1, 2016 · 1 comment
Assignees
Projects

Comments

@oparoz
Copy link
Contributor

oparoz commented Jun 1, 2016

This is an investigative task.

  • Some libraries are faster than others
  • We may not want to touch all available file formats, at least not at the beginning
  • We will prefer maintained libraries
  • We will prefer smaller libraries which focus on a single task

Type of data we will encounter:

  • EXIF
  • IPTC
  • XMP
@imjalpreet
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
V1.0
Ready
Development

No branches or pull requests

2 participants