ExifTool

Read and write meta information in files.

Installation

APT Repo

sudo apt install exiftool

GitHub Repo

git clone https://github.com/exiftool/exiftool.git

Usage

./exiftool

Flags

See documentation https://github.com/exiftool/exiftool

Examples

Remove all EXIF-data from image

exiftool -all= <file>

Remove all EXIF-data from all images in folder

exiftool -all= *

URL List