Nick Shek's Blog

在ubuntu移除圖片的metadata

1.安裝exiftool:

sudo apt-get install libimage-exiftool-perl

2.讀取圖片資訊

exiftool example.jpg

3.移除圖片資訊

exiftool -all= example.jpg

4.原本的圖片會保留成example.jpg_original