Skip to content

Instantly share code, notes, and snippets.

View cristianbogdan's full-sized avatar

Cristian Bogdan cristianbogdan

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;