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