Small PHP applications |
|
Some of my PHP scripts that I made for my usage. I hope that you can find them useful also for you.
Images stores metadata inside the image file. There are at least three such methods: EXIF, IPTC and XMP. Some photo editing/organization applications chose to store the metadata in one format while others in other format. The problem is synchronization of metadata stored in different formats. The following php script synchronize the image title between XMP and IPTC.
I'm using Windows Live Photo Gallery for photo organizing and zenphoto for photo publishing. Because Windows Live Photo Gallery stores title in XMP and Zenphoto reads title from IPTC i have written the xmp2iptc.php script in order to synchronize the title (ofcourse the script can be extended to support more IPTC fields - tags, location, etc).
Remember that this software is distributed as is and there is no responsibility of the author about any material or moral damage it may cause.