Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

editExif

jpgイメージのexif情報をを元に,対象のjpgファイルの名前を編集します。

使い方

インストール

  • Mac
go build main.go

もしくは

go get github.com/benibana2001/editExif
  • Windows(64bit)
GOOS=windows GOARCH=amd64 go build 

もしくは

go get github.com/benibana2001/editExif

日時を接頭辞として追加

  • Mac
./editExif add testdata
  • Windows(64bit)
./editExif.exe add testdata

ファイル名の先頭から指定した文字数分削除

  • Mac
./editExif -n=4 del testdata
  • Windows(64bit)
./editExif.exe -n=4 del testdata

オプション

  • f
    • 対象とするファイルを指定した文字列のマッチングで絞り込み
  • n
    • 削除する文字数を指定
  • b
    • ディレクトリ階層を無視して指定ディレクトリ直下に全ファイルを展開

About

edit exif data of image file.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages