![]() |
|
How to extract Windows EXIF Comments? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: How to extract Windows EXIF Comments? (/thread-5508.html) |
How to extract Windows EXIF Comments? - Peer3000 - 2009-07-21 Hello there! I'm interested in extracting the comment string that is stored in picture files to the MySQL database. Apparently, two types of commentstrings are used. As far as I've experienced. I'm interested in extracting either or both. WHAT I'VE TRIED: I've even tried to extract the model name to check if I did something wrong, but that one is extracted OK. Here's the image file, I'm using. Both commentstrings mentioned above is filled out: On beforehand, thanks for your help!! How to extract Windows EXIF Comments? - sbillard - 2009-07-21 I am not clear what you mean by 'comments' stored in the image. There are two classes of metadata stored in images--EXIF and IPTC. Your image has no IPTC data. IPTC data is usually where things like image titles and descriptions are stored. Your EXIF data contanins the usual kinds of information. Zenphoto does extract that data automatically and places it in the database. Some fields require interpretation, though, and we have no parser for HP cameras, so the proprietary HP data is not interpreted. You can see the EXIF data by expanding the fields for your image in the album edit tabs. How to extract Windows EXIF Comments? - Peer3000 - 2009-07-23 Ahh... Wauw... That's why I couldn't extract it. Excellent! Problem solved! I wrote a description in the IPCT Description, uploaded the photo, and discovered that Zenphoto automatically took the description from the image file! This Zenphoto is awesome! To other users:
The advance is that the description is stored in the image file, and not somewhere on the internet. In that case, you'll have your descriptions stored locally and if you move your photos to another directory, Gallery software, etc., your image description will follow. That's brilliant! Thanks a lot, sbillard. You saved my day :-) |