EXIFtool
Info
What | Where |
---|---|
Official Page | https://exiftool.org |
Source | https://github.com/exiftool/exiftool |
Download | https://exiftool.org/#running |
Windows | choco install exiftool |
Ubuntu | `` |
Examples
Remove EXIF data except orientation information
exiftool -overwrite_original -all:all= -tagsfromfile @ -exif:Orientation file.jpg
Remove all EXIF data
exiftool -overwrite_original_in_place -all= file.jpg