Hello. I'm new to ZenPhoto, and so far it looks great. I see a lot of discussion of exif data, but I haven't found anything discussing the basics. Is exif data automatically uploaded with photos if it exists? How do I get to that data as an admin, and what can I do with it? Is it viewable by visitors to my gallery? If so, where do I turn that on and off?
Thanks in advance!
Comments
There are function calls which display the information. To turn on and off display you have to make/delete calls on those functions. There is a function guide on our WEB site. http://www.zenphoto.org/category/User-Guide/.
But quickly, there is a `printImageData()` function which prints all but the EXIF data. For the latter use `printImageEXIFData()`.
edit: Actually, `printImageData()` can be used for the EXIF data, but you have to deal one field aat a time.
I also must admit that I'm not clear on why you mentioned the function calls.
I appreciate that there is a lot of potential functionality in this product, but there seems to be a lack of the more basic explanations. If somebody can point me in the right direction, I would be glad to do any necessary reading, but I'm really not sure where to start.
Thanks again in advance.
I mentioned the function calls so you would have something to educate yourself on. These are the routines that handle the data you are interested in. So, one thing you might do is a search on the scripts to see where they might be used. The other thing you can do is read the function docuentation to see how they are used.