parse image header info [SOLVED]
Posted: Mon Jan 14, 2008 4:27 am
Hi guys,
I've been reading the IPTC guidelines which should just about all the data you can store in an image header. I'm using exif_read_data() to get this information but I keep getting the same error when trying to use this method...
when trying to...
Thanks in advance.
(Also loving the new layout!)
I've been reading the IPTC guidelines which should just about all the data you can store in an image header. I'm using exif_read_data() to get this information but I keep getting the same error when trying to use this method...
Code: Select all
Fatal error: Call to undefined function exif_read_data()...Code: Select all
echo "<p>" . exif_read_data($files['tmp_name'], 'IFD0') . "</p>";(Also loving the new layout!)