public ExifEditor(Exiv2Cmd cmd, string imageFilepath) { this.cmd = cmd; this.imageFilepath = imageFilepath; }
public ExifEditor(string imageFilepath) { cmd = new Exiv2Cmd(); this.imageFilepath = imageFilepath; }