public EXIFextractor(string file, string sp, string msp) { properties = new Hashtable(); this.sp = sp; this.msp = msp; myHash = new translation(); // this.buildDB(GetExifProperties(file)); }
public EXIFextractor(ref System.Drawing.Bitmap bmp, string sp, string msp) { properties = new Hashtable(); this.sp = sp; this.msp = msp; this.bmp = bmp; // myHash = new translation(); this.buildDB(bmp.PropertyItems); }