예제 #1
0
 public ExifEditor(Exiv2Cmd cmd, string imageFilepath)
 {
     this.cmd           = cmd;
     this.imageFilepath = imageFilepath;
 }
예제 #2
0
 public ExifEditor(string imageFilepath)
 {
     cmd = new Exiv2Cmd();
     this.imageFilepath = imageFilepath;
 }