Forrest logo
back to context overview

exiv2

List of commands for exiv2:

  • exiv2:tldr:5989a exiv2: Print all metadata (Exif, IPTC, XMP) with interpreted values.
    $ exiv2 -P kt ${filename}
    try on your machine
    explain this command
  • exiv2:tldr:5d11c exiv2: Rename the file, prepending the date and time from metadata (not from the file timestamp).
    $ exiv2 -r ${'%Y%m%d_%H%M%S_:basename:'} ${filename}
    try on your machine
    explain this command
  • exiv2:tldr:7d558 exiv2: Print a summary of the image Exif metadata.
    $ exiv2 ${filename}
    try on your machine
    explain this command
  • exiv2:tldr:88bad exiv2: Delete all metadata, preserving the file timestamp.
    $ exiv2 -d a -k ${filename}
    try on your machine
    explain this command
  • exiv2:tldr:a466b exiv2: Print all metadata with raw values.
    $ exiv2 -P kv ${filename}
    try on your machine
    explain this command
  • exiv2:tldr:b1a90 exiv2: Delete all metadata from an image.
    $ exiv2 -d a ${filename}
    try on your machine
    explain this command
back to context overview