

Move Thumbnail Image exiftool -b -ThumbnailImage image.jpg > thumbnail.jpg Recursively extract standard meta information from files in an example directory, writing text output into files with the same names but with aC extension. Recursively extract common meta-information exiftool -r -w. Print standard Canon information from two image files. Print Canon information exiftool -l -canon c.jpg d.jpg Print ImageSize and ExposureTime tag names and values. Print ImageSize and ExposureTime exiftool -s -ImageSize -ExposureTime b.jpg List meta information in tab-delimited column form for all images in the directory DIR to an output text file named “out.txt.” List meta information exiftool -T -createdate -aperture -shutterspeed -iso DIR > out.txt

Print standard meta-information for all images in dir. Print common meta information exiftool -common dir Print all meta information in an image, including duplicate and unknown tags, sorted by group (for family 1).

Extracting duplicate tags exiftool -a -u -g1 a.jpg

Write multiple tags exiftool -artist="Phil Harvey" -copyright="2011 Phil Harvey" a.jpg Writes Artist tag to all files in a directory /images. Write to all files in a directory exiftool -artist=me /images Write multiple files exiftool -artist=me a.jpg b.jpg c.jpg Since no group is specified, EXIF: Artist will be registered, and all other existing Artist tags will be updated with the new value (“me”). Basic write example exiftool -artist=me a.jpg For more information, I would check the official website for the long term, as ExifTool can achieve many operations that are too extensive to list.Įxtract information from a file exiftool a.jpgĪ basic command to extract all metadata from a file named a.jpg. Now that you have the software installed, some basic commands are as follows. sudo make installĮxample output: Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.34.0/perllocal.pod How to Use ExifTool on Linux Mint gzip -dc Image-ExifTool-*.tar.gz | tar -xf -īefore running the installation command, run the following command to verify and generate the make file. Next, extract the downloaded archive and navigate to it. First, visit the official website and download the latest version.
