I've just downloaded photoQ and the iq2 theme, which I love. I only have two questions/requests right now:
1) Can the exif data be stored as a map (hash, dictionary, associative array, I'm not sure what they call it in php as I've never coded in it before) so the presentation of the exif data is more flexible? There's two things I'd love to be able to do with this:
a) output the relevant exif data in a more compact form, e.g., "1/125 @ f/5.6, 80mm, -0.33 EV, ISO 200"
b) generate a "maximum print size" from the image size params, e.g.: $ExifImageWidth / 200 + " x " + $ExifImageHeight / 200 + " inches"
For the first, some sort of templating function would seem to be the most flexible, while for the second, it be much harder to generalize. I'd be fine with hacking the php to do the second for me.
2) Are there any plans to be able to write exif data back into the originals or rename them? Generally, I upload my images, then name them later, and it'd be nice to have that data in the image's metadata or filename. This isn't nearly as important to me as the (1) is, it's more of a nice-to-have. However, it could be used in conjunction with the first one: if you could set the resolution exif fields (and height and width fields if not defined), computing (b) for display would be pretty trivial.
Thanks for such a great plugin,
Barclay
closed
not resolved