Esempio n. 1
0
 internal NikonType3MakerNotesBytesParser()
 {
     exifProcessor = new ExifFileProcessor();
 }
 internal CanonMakerNotesBytesParser()
 {
     exifProcessor = new ExifFileProcessor();
 }
 public ImageTagExtractor(string filePath)
     : base(filePath)
 {
     Fields        = new List <IFDField>();
     exifProcessor = new ExifFileProcessor();
 }