exifdart 0.7.0 exifdart: ^0.7.0 copied to clipboard
Decode Exif data from jpeg files (Dart port based on https://github.com/exif-js/exif-js/)
0.6.0+1 #
- fixed the botched release
0.6.0 #
- created
AbstractBlobReader
making the core implementation platform independent - moved platform dependent code (a HTML Blob based implementation of
AbstractBlobReader
) available by importingexifdart_html.dart
- created a
dart:io
based implementation ofAbstractBlobReader
and made it available inexifdart_io.dart
- this is an API breaking release, you have to import both
exifdart.dart
andexifdart_html.dart
ot get the old API
0.5.0+6 #
- fixed
null
access on some files that have a type 0 GPSVersionID tag
0.5.0+5 #
- fixed offset errors in
BlobView
andCacheView
0.5.0+4 #
- changed switch block to make dart2js happy