Skip to content

Instantly share code, notes, and snippets.

@tatuas
Created October 18, 2016 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatuas/a593458ae60802a4e1c40b7bd03e91a8 to your computer and use it in GitHub Desktop.
Save tatuas/a593458ae60802a4e1c40b7bd03e91a8 to your computer and use it in GitHub Desktop.

EXIF規格なのか、その他ソフトオリジナル規格なのかを確認しつつすべてのタグ情報を表示

$ exiftool -G -s *.jpg

Androidの「撮影日時」として使われるのは[DateTimeOriginal]

Exif情報を書き換える

$ exiftool -DateTimeOriginal="2100:01:01 01:00:00.00" sample.jpg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment