Searched defs:EXIF (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
H A Dexif.js2 * Javascript EXIF Reader 0.1.2
8 var EXIF = {};
14 EXIF.Tags = {
17 0x9000 : "ExifVersion", // EXIF version
90 EXIF.TiffTags = {
126 EXIF.GPSTags = {
160 EXIF.StringValues = {
343 // but we're only looking for 0xFFE1 for EXIF data
351 // 0xE1 = Application-specific 1 (for EXIF)
468 if (bDebug) console.log("Not valid EXIF dat
[all...]

Completed in 54 milliseconds