http://php.net/manual/en/function.exif-read-data.php
http://demosthenes.info/blog/410/HTML5-Image-Captioning-With-Metadata
How was that one and only image placed on the page? Is it the featured image, placed there from a gallery, or manually inserted?
The image is placed from the gallery, but I may use the featured image instead if it makes it any easier.
If you use the featured image you can use the the_post_thumbnail function to retrieve the file name, then use PHP’s exif-read-data function to retrieve the metadata.
http://codex.ww.wp.xz.cn/Function_Reference/the_post_thumbnail
Thank you, I am still trying to figure a lot of this out but you have lead me in the right direction thank you!