ExifTool Command-Line Examples
ExifTool Command-Line Examples
html
exiftool a.jpg
Writes Artist tag to a.jpg. Since no group is specified, EXIF:Artist will be written and all other
existing Artist tags will be updated with the new value ("me").
Print all meta information in an image, including duplicate and unknown tags, sorted by group
(for family 1).
6) undefined
7) undefined
1 of 3 11/18/2024, 8:36 PM
ExifTool Command-Line Examples https://exiftool.org/examples.html
List meta information in tab-delimited column form for all images in directory DIR to an output
text file named "out.txt".
8) undefined
9) undefined
10) undefined
Recursively extract common meta information from files in C directory, writing text output into
files with the same names but with a C<.txt> extension.
11) undefined
12) undefined
Recursively extract JPG image from all Canon CRW files in the current directory, adding
C<_JFR.JPG> for the name of the output JPG files.
13) undefined
Print formatted date/time for all JPG files in the current directory.
14) undefined
Extract image resolution from EXIF IFD1 information (thumbnail image IFD).
15) undefined
Extract all tags with names containing the word "Resolution" from an image.
16) undefined
2 of 3 11/18/2024, 8:36 PM
ExifTool Command-Line Examples https://exiftool.org/examples.html
17) undefined
Extract complete XMP data record intact from a.jpg and write it to out.xmp using the
special XMP tag (see the Extra Tags).
19) undefined
Print one line of output containing the file name and DateTimeOriginal for each image in
directory dir.
21) undefined
22) undefined
Save complete ICC_Profile from an image to an output file with the same name and an
extension of C<.icc>.
23) undefined
Generate HTML pages from a hex dump of EXIF information in all images from the C
directory. The output HTML files are written to the C directory (which is created if it didn't
exist), with names of the form "FILENAME_EXT.html".
3 of 3 11/18/2024, 8:36 PM