latcasa.blogg.se

Canon exif data viewer
Canon exif data viewer









  1. #Canon exif data viewer how to#
  2. #Canon exif data viewer install#

We can now confirm that the date was changed. Let's change the date to show it was taken on January 1st 2019 at 2PM: Pictures]$ exiftool "-DateTimeOriginal=2019:01:01 14:00:00" Thanksgiving_2018.jpg You can easily edit the EXIF information for photos as well.īy reading the tag -DateTimeOriginal we can see the time that was originally recorded into EXIF: Pictures]$ exiftool -DateTimeOriginal Thanksgiving_2018.jpg

canon exif data viewer

#Canon exif data viewer how to#

Now that we know how to view the data, let's discuss how to edit EXIF data. Once you know the tag you want to extract, simply call it: Pictures]$ exiftool -Megapixels Thanksgiving_2018.jpg You can easily list the common EXIF information using -common like so: ]$ exiftool -common Thanksgiving_2018.jpgįlash : On, Fired List All Available Tags from EXIF NOTE: using the -T option hides the name of the tag. You can use switches to pull only the information you need like so: ]$ exiftool -T -Filename -Aperture *.jpg For example, let’s say you have multiple jpegs and you want to know which aperture you used for each image. You can also use the program to get ONLY certain information. Extracting Specific Information from EXIF ]$ exiftool girls.jpgįile Modification Date/Time : 2012:09:01 23:03:01-04:00Įxif Byte Order : Little-endian (Intel, II) Here we are viewing the EXIF data from a file named girls.jpg.

canon exif data viewer canon exif data viewer

Now all you need to do to view the EXIF data is call the exiftool program followed by the image name like so.

#Canon exif data viewer install#

Type the following command: install Image::ExifTool Refer to " How to Install PERL Modules with CPAN" for more information about installing and using CPAN for Perl Modules.Īfter you installed CPAN (2 minutes) you should be at a CPAN prompt (if not just type cpan at the shell prompt to start): cpan> Perl comes installed by default and all you have to do is install a small Perl program via CPAN. NOTE: For CentOs/Red Hat you will have to install and enable the epel repository. Below you will find how to install it on your favorite flavor of Linux. This is by far the easiest (and safest) way to install exiftool. Most Linux distros have the Perl ExifTool package available in the repositories. Installing Exiftool with Your Package Manager If you already have it installed, you can skip to " Viewing EXIF Data" or " Editing EXIF Data". Let's go over how to install the exiftool on your system.

canon exif data viewer

In this tutorial we are going to discuss using exiftool to view and edit EXIF data on the Linux command line.st command line tool I have found. The acronym EXIF stands for Exchangeable Image File Format. This information can be used to organize photographs, search for specific photos, create a map of where a photo was taken, and much more. The information recorded in EXIF is shutter speed, date and time, aperture, ISO, and even GPS coordinates. All modern digital cameras (including the one on your phone) record EXIF data when capturing an image.











Canon exif data viewer