We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.

How can I View the EXIF Data of a Photograph?

Updated: Mar 14, 2011

if ($p->mode == 'input'): ?>

Traditionally, EXIF data was accessible only with software that had to be loaded onto a local computer. In order to make image file data easily accessible to anyone who may be interested, we have created a simple web-based tool.

To use the EXIF Data Viewer, specify a .jpg photograph in one of the fields below. To see the EXIF information for a photo on Flickr, use the nine-digit number at the end of the Flickr URL for that photo. For images saved on your computer, click the "browse" button to identify the location and then submit. For other images on the web, simply copy and paste the url in the rightmost field.

Using images that were created by a camera and not yet edited will provide the most informative Exif results.

Flickr id:
Local Image:
Image URL:
if ($p->error): ?> Error: if (($p->error['code'] == 1 ) || ($p->error['code'] == 2)):?> Uploded file bigger than 2 MiB elseif (in_array($p->error['code'], array(3, 4))) :?> Partial upload. Try again elseif (in_array($p->error['code'], array(6, 7, 8, 100))) :?> Internal error. Try again later elseif (in_array($p->error['code'], array(11))) :?> Cannot connect to flickr elseif (in_array($p->error['code'], array(-2))) :?> Cannot connect elseif (in_array($p->error['code'], array(-1))) :?> Flickr: =$p->error['message']?> elseif (in_array($p->error['code'], array(12, -3))) :?> Wrong format (expecting JPEG) or corrupted file elseif (in_array($p->error['code'], array(200))) :?> Wrong URL (should start with http:// or ftp://) else: ?> =$p->error['message']?> endif; ?> endif; ?>

EXIF data describes the specification information that is saved as a part of digital photographs. Exif is a shortened version of exchangeable image file format, standardized by the Japan Electronic Industry Development Association (JEIDA) to support the use and sharing of digital photography. Though it is primarily for use with the .jpg format, other file formats are supported, including some audio formats.

Examples of information that can be found in the EXIF data for a given picture include aperture and shutter settings, make and model of the camera used, and the date the photo was taken (according to the camera). Though not supported by cameras, once downloaded to a computer, Exif metadata may be updated to include location and geographic tags, as well as a description of the image and copyright information.

else: ?>

Get EXIF Info for Another Image

foreach (($p->exif_data) as $sec => $data){ ?> =$sec?>
    foreach ($data as $key => $value) { ?>
  • hints[$key])) { ?> hint="=$p->hints[$key]?>" class='key' } ?> >=$key?> : =$value?>
  • } ?>
} ?>

Editing images will often strip them of their Exif data, so the most detailed information will come from images that haven't been changed since they were originally photographed.

Get EXIF Info for Another Image

endif;?>

Share
https://www.easytechjunkie.com/how-can-i-view-the-exif-data-of-a-photograph.htm
EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.

EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.