Sun
EpisodesPrivacy guidesStories
Don’t lose your
|


Updated on GitHub 4 months ago (see history)

How to remove EXIF metadata from images on macOS

How to remove EXIF metadata from images on macOS

Requirements

  • Computer running macOS Catalina or Big Sur

Setup guide

Step 1: install Homebrew

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
$ uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc

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
Contributors: Sun KnudsenSun Knudsen
Wish to contribute or need help? Read the docs.
Copyright (c) Sun Knudsen
Get in touch