Skip to content

Commit 1b5b30f

Browse files
committed
Oops forgot bower and README for 2.3 release of issue exif-js#114 fixed.
1 parent a10f3d5 commit 1b5b30f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ Note there are also alternate tags, such the `EXIF.TiffTags`. See the source cod
7878
You can also get back a string with all the EXIF information in the image pretty printed by using `EXIF.pretty`.
7979
Check the included [index.html](/exif-js/exif-js/blob/master/index.html).
8080

81+
**XMP**
82+
Since issue #53 was merged also extracting of XMP data is supported. To not slow down this is optional, and you need to call `EXIF.enableXmp();` before using `..getDatat()`.
83+
8184
Please refer to the [source code](exif.js) for more advanced usages such as getting image data from a [File/Blob](https://developer.mozilla.org/en/docs/Web/API/Blob) object (`EXIF.readFromBinaryFile`).
8285

8386
## Contributions

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exif-js",
3-
"version": "2.2.2",
3+
"version": "2.3.0",
44
"homepage": "https://github.com/exif-js/exif-js",
55
"authors": [
66
"Jacob Seidelin"

0 commit comments

Comments
 (0)