コード例 #1
0
ファイル: ExifEditor.cs プロジェクト: bnitelf/Exiv2CmdNet
 public ExifEditor(Exiv2Cmd cmd, string imageFilepath)
 {
     this.cmd           = cmd;
     this.imageFilepath = imageFilepath;
 }
コード例 #2
0
ファイル: ExifEditor.cs プロジェクト: bnitelf/Exiv2CmdNet
 public ExifEditor(string imageFilepath)
 {
     cmd = new Exiv2Cmd();
     this.imageFilepath = imageFilepath;
 }