ExifTool

ExifTool

Read, write & edit meta information in a wide variety of files. (Credit: Steven Erat)

Category
Metadata
License
Freeware
Platforms
Windows macOS Linux
Released
2003
Path
c:\exiftool\exiftool.exe
Version
Latest known: 13.59 (2026-05-27)

Examples

1. Returns basic metadata (width, height, colormode, etc)

exiftool.exe -json -m -ColorMode -b -filesize# -ColorSpaceTags -Common c:\image.jpg

2. Returns extended metadata (basic and XMP data)

exiftool.exe -a -G1 -json -scanForXMP -b -L -m -c "%.6f %.8f" -d "%d/%m/%Y %H:%M:%S" c:\image.jpg

3. Returns all XMP metadata for EXIFD and IPTC types.

exiftool.exe -xmp:all d:\files\input.jpg

4. Get EXIF data in JSON format

\exiftool.exe -a -G1 -json -scanForXMP -b -L -m -c "%.6f %.8f" -d "%d/%m/%Y %H:%M:%S" c:\image.jpg

Try it

Agree to terms to run demos.