

EXIF DATA EXTRACTOR WINDOWS
The link to the ExifTool GUI for Windows makes it into a regular Windows program.
EXIF DATA EXTRACTOR MAC OS X
There download the Windows Executable or the Mac OS X Package.There are instructions, but in short, for Windows use, just do this: There is a forum too, and if you want to read awhile there, you might become an Exif Expert. Complete, and updated very frequently, and it receives great attention from the developer, and from techies too. There is a Mac version of ExifTool, but I don't know of a Mac viewer app.Īs you will see there, this is a Big Deal. It can also easily work as a useful Windows program. It is a command line viewer, however don't get excited by that. Or if you want to see the Exif data when someone sends you an image file from a new camera model.ĮxifTool is the good stuff! And all for free. Phil Harvey's ExifTool is the ultimate, and is often updated a time or two a month (adding new cameras and fixes, etc.) And you will likely need an updated version after you buy a new camera. Most Exif viewer files are several years old, not accessing the Manufacturers Data section.īut there is a fantastic solution. However very few Exif viewers are recently updated, which then fails to see much data from newest cameras (the last several years). Manufacturers can change its format at any time, so you may need a newer updated Exif viewer version. But if you want to see the other real deal data, you need better viewer tools that can decipher the Manufacturers section. If you only want to see the basic stuff, f/stop, shutter speed, and ISO, then any viewer probably works. There are several Exif viewers available, but again the problem is, the camera's Exif data contains a standard area and a larger Makers area (camera Manufacturers area). If your Exif Viewer is older than your camera, be very suspicious. These seem obsolete now, they may still show basic exposure data, but no longer work for the Makers data in all of the newer cameras.

Opanda was another popular viewer, last updated in 2008. But then it failed to show the Makers data for my D800 (2012). It seemed to work fine on my D300 camera (2007). I used to use PhotoME for my Exif viewer, and I liked it. The big problem for most Exif viewers is that the Makers data section is proprietary format, not standard, and manufacturers can and do change its format at will (adding things, which messes up viewer programs). However, Raw images (if you don't discard the original Raw files) do preserve the original version automatically (called lossless editing), but JPG does not.
EXIF DATA EXTRACTOR ARCHIVE
IMO, you do want to first archive the original image files, certainly for any important photos. Removing the Exif data may be desirable for images being shared, but those should be copies of the image (written into a new file name), and should Not overwrite your original file.īut regardless, if you have ever once overwritten the original JPG image file from the camera, most if not all of the Exif data will likely be gone - as well as the original version of the image data also will be permanently gone if you have edited and overwritten it. Just saying, consider archiving and preserving your original image files if you might ever need to go back to them. Several photo editors have options for leaving or removing Exif data. Photoshop Bridge has menus to select which few items of the Exif to retain in the JPG file, but its choices do not include leaving the Manufacturers data (this section is also called Makers Data, or MakerNotes, same thing, Manufacturers section). Image editors like Adobe will leave out most of the Exif when they rewrite the image file, and you'll never see most of it after that. To remove all Exif from all JPG files in the current directory, the ExifTool command line option is:įor i in *.jpg do echo "Processing $i" exiftool -all= "$i" done Preserving the Exif data in your own image fileĪn important factor is that to see all of the Exif (unless it is a Raw image file), any JPG image file likely must be the straight out of the camera original. Some other editors offer a similar option.Įxiftool.exe (discussed below) has an option to remove Exif data from image files. That may be an optimum choice for any image copies going online. The Adobe (Photoshop or Elements) menu File - Save For Web option saves as JPG, but it specifically omits all Exif data. Some photo-sharing web sites that post your pictures for viewing will remove most of the Exif data before showing, but those sites will still have a copy of it. Likewise, GPS location and Copyright info might be included. Be aware that if you upload or email image files, any comments you many have added to the camera Exif, like your name and address or phone number, might be visible in the Exif data.
