-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Tim Starling schrieb:
Magnus Manske wrote:
Can do. How about img_metadata, with XML? We could add more EXIF data or other metadata about the image there. Or would that be too slow to parse?
I lean towards serialized PHP objects or arrays for this kind of storage, but you can suit yourself. XML is good for exchanging data across a variety of systems, an application which has never excited me very much.
OK, img_exif is in, as a serialized array. Don't forget to update your image table! :-)
I will add a function to update the img_exif field if it is empty, when viewing an image; that way, all exiting images will get updated automatically, in time.
Magnus