minor tng update

This commit is contained in:
Christopher Jeffrey 2015-07-06 02:31:24 -07:00
parent 7197a4e16d
commit 1aebe9e395
1 changed files with 1 additions and 1 deletions

2
vendor/tng.js vendored
View File

@ -1500,7 +1500,7 @@ function GIF(file, options) {
}
// Adobe XMP extension
if (ext.id === 'XMP Data' && ext.auth === 'XMP') {
ext.data = ext.data.toString('utf8');
ext.xmp = ext.data.toString('utf8');
this.xmp = ext.xmp;
}
// ICC extension