Skip to content

Instantly share code, notes, and snippets.

View Arun-Salesforce's full-sized avatar

Arun-Salesforce

View GitHub Profile
(function() {
var debug = false;
var root = this;
var EXIF = function(obj) {
if (obj instanceof EXIF) return obj;
if (!(this instanceof EXIF)) return new EXIF(obj);
this.EXIFwrapped = obj;