privacy-guides/how-to-remove-exif-metadata-from-images-on-macos
2021-02-11 17:44:27 -05:00
..
how-to-remove-exif-metadata-from-images-on-macos.png Updated thumbnails 2020-12-14 16:29:12 -05:00
README.md Updated YouTube thumbnail titles 2021-02-11 17:44:27 -05:00

How to remove EXIF metadata from images on macOS

How to remove EXIF metadata from images on macOS

Setup guide

Step 1: install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Step 2: disable analytics

brew analytics off

Step 3: install ExifTool

brew install exiftool

👍


Usage guide

View EXIF metadata

exiftool -n /path/to/image.jpg

Remove EXIF metadata

exiftool -all= /path/to/image.jpg