Camera Exif Fetch
-
Hi,
I Would love to fetch few EXIF details and dispaly underneath image.
What would be the settings to be made ?
My all images have Attachment Metadata from image as sample given in which it does not trap all data in all images even I have all images with everything intact include lots of IPTC content into it.'image_meta' => array ( 'aperture' => 5.5999999999999996447286321199499070644378662109375, 'credit' => 'www.WildArt.in', 'camera' => '', 'caption' => 'Lesser Florican (Sypheotides indicus) Shokaliya, Rajasthan, INDIA', 'created_timestamp' => 1376674257, 'copyright' => '(C) {WildArt.in}, All Rights Reserved.', 'focal_length' => '700', 'iso' => '1000', 'shutter_speed' => '0.0005', 'title' => 'Lesser Florican', 'orientation' => 1, ),
Wanted to fetch the data in all images and display.
Camera Model :
Focal Length :
Aperture :
Shutter Speed :
ISO :
Metering Mode :
Exposure Bias :
Date Taken :
Copyright/Credit :Can someone guide the trick to fetch all exif in all attachments I’ve in media library so I can fetch them and dispaly on each attachment page?
Thanks in Advance.
- The topic ‘Camera Exif Fetch’ is closed to new replies.