go-exif/v2
Dustin Oprea b4c2ca5765 tags.go: Bugfix for bad FindFirst() error handling and not returning if not found
- utility.go: Add GetExifData() to return flat tags and extra data and
  to allow guessing of tags for misplaced IFDs.

- exif-read-tool/main.go: Implement tag guessing
2020-05-26 21:28:27 -04:00
..
assets exif-read-tool: Fix unit-tests and remove unnecessary conditional for 4686c99 2020-05-19 02:47:07 -04:00
common tags.go: Bugfix for bad FindFirst() error handling and not returning if not found 2020-05-26 21:28:27 -04:00
exif-read-tool tags.go: Bugfix for bad FindFirst() error handling and not returning if not found 2020-05-26 21:28:27 -04:00
undefined ifd.go: Add type system for IFD IDs, names, and paths 2020-05-20 14:07:16 -04:00
.MODULE_ROOT Added all tests for type.go, type_encode.go, parser.go, value_context.go, and utility.go 2020-01-12 18:56:35 -05:00
LICENSE Add v2 release module 2020-01-02 07:06:28 -05:00
error.go Add v2 release module 2020-01-02 07:06:28 -05:00
exif.go ifd.go: Add type system for IFD IDs, names, and paths 2020-05-20 14:07:16 -04:00
exif_test.go tags.go: 'Get' functions now take an exifcommon.IfdIdentity 2020-05-24 11:07:46 -04:00
go.mod go.mod: Bugfix for accidental commit 2020-05-19 02:47:06 -04:00
go.sum go.mod: Bugfix for accidental commit 2020-05-19 02:47:06 -04:00
gps.go gps.go: Add Raw() method to GpsInfo to assisting with writing 2020-05-05 02:28:56 -04:00
gps_test.go gps.go: Add Raw() method to GpsInfo to assisting with writing 2020-05-05 02:28:56 -04:00
ifd.go ifd.go: Add type system for IFD IDs, names, and paths 2020-05-20 14:07:16 -04:00
ifd_builder.go Log guesses about implementation incongruities for invalid tags 2020-05-25 19:22:47 -04:00
ifd_builder_encode.go ifd.go: Add type system for IFD IDs, names, and paths 2020-05-20 14:07:16 -04:00
ifd_builder_encode_test.go tags.go: 'Get' functions now take an exifcommon.IfdIdentity 2020-05-24 11:07:46 -04:00
ifd_builder_test.go tags.go: 'Get' functions now take an exifcommon.IfdIdentity 2020-05-24 11:07:46 -04:00
ifd_enumerate.go tags.go: 'Get' functions now take an exifcommon.IfdIdentity 2020-05-24 11:07:46 -04:00
ifd_enumerate_test.go ifd.go: Add type system for IFD IDs, names, and paths 2020-05-20 14:07:16 -04:00
ifd_tag_entry.go tags.go: 'Get' functions now take an exifcommon.IfdIdentity 2020-05-24 11:07:46 -04:00
ifd_tag_entry_test.go ifd.go: Add type system for IFD IDs, names, and paths 2020-05-20 14:07:16 -04:00
ifd_test.go ifd.go: Add type system for IFD IDs, names, and paths 2020-05-20 14:07:16 -04:00
package.go Rename package documentation file 2020-05-05 02:46:14 -04:00
tags.go tags.go: Bugfix for bad FindFirst() error handling and not returning if not found 2020-05-26 21:28:27 -04:00
tags_data.go tags_data.go: Drop non-standard tags having non-standard, undocumented types 2020-05-26 21:14:23 -04:00
tags_test.go tags.go: Bugfix for bad FindFirst() error handling and not returning if not found 2020-05-26 21:28:27 -04:00
testing_common.go ifd.go: Add type system for IFD IDs, names, and paths 2020-05-20 14:07:16 -04:00
utility.go tags.go: Bugfix for bad FindFirst() error handling and not returning if not found 2020-05-26 21:28:27 -04:00
utility_test.go utility.go: Add GpsDegreesEquals 2020-05-06 01:32:01 -04:00