I've written a fairly extensive script which manages images.
PHP imaging libraries strip meta data by default. So embedded data (like keywords, descriptions, author, etc) are gone. I've written a fairly extensive image management system, but sadly the IPTC management is still lacking much.
In the past I've written much of my own functions, but now I'd like to use a library which:
- Easily retrieves info, typically into an array.
- Can embed info easily.
Having looked around, I can't seem to find a modern or complete package which:
- Is reasonably lightweight.
- Is geared toward this specifically.
If anyone knows any classes or sets of functions available somewhere, that would be great. I've looked everywhere and cannot find one.
Thanks for any help. I have searched and cannot find a decent library.