artneilson
04-26-2007, 11:28 PM
Is there any doc on the layout of the pixelpost table exif_info column?
I am using an exif perl script I got here:
http://www.scss.com.au/family/andrew/camera/exif/
currently to update the datetime column in the pixelpost table.
I wrote a perl script which calls the routines in Andrew Gregory's
perl exif module and it writes the filename and timestamp from
the exif data to an output file then transfer that to the webserver.
Then on my webserver I read that file and match the filenames
in the datafile with the filename in the image column and update
the datetime field with the exif time in the input datafile.
My camera, an Olympus Stylus 770SW is unsupported by Exif1_5
in PixelPost 1.6 hence I have to do these extreme maneuvers to get
the exif data into pixelpost.
I would like to update the exif_info field as well, since I can fetch
other info via Andrew Gregory's exif code such as shutter speed,
flash, aperture et cetera.
Where can I find info on how the exif_info field is laid out???
I am using an exif perl script I got here:
http://www.scss.com.au/family/andrew/camera/exif/
currently to update the datetime column in the pixelpost table.
I wrote a perl script which calls the routines in Andrew Gregory's
perl exif module and it writes the filename and timestamp from
the exif data to an output file then transfer that to the webserver.
Then on my webserver I read that file and match the filenames
in the datafile with the filename in the image column and update
the datetime field with the exif time in the input datafile.
My camera, an Olympus Stylus 770SW is unsupported by Exif1_5
in PixelPost 1.6 hence I have to do these extreme maneuvers to get
the exif data into pixelpost.
I would like to update the exif_info field as well, since I can fetch
other info via Andrew Gregory's exif code such as shutter speed,
flash, aperture et cetera.
Where can I find info on how the exif_info field is laid out???