go-exif/v2
Wendel Hime ae8670ab64 adding float and double as types with name and size tests (#51)
add translate to type cases

replace float compare by Nextafter and Nextafter32

add parser for floats and doubles

add float and double parsers

add support for doubles and floats in FormatFrom functions

add ReadFloats and ReadDoubles for context

add float32 and double encoder

merging

merge

add float and double parsers

add ReadFloats and ReadDoubles for context

add float32 and double encoder

removing log alias from parser

removing log alias from parser_test

removing log alias from type

removing log alias from type_test

removing log alias from value_context

removing aliases from value_contex_test

removing log alias from value_encoder

removing log alias from value_encoder_test

update parser slices from floats and doubles

merge

update values for tests

raise exception when parsing with different expected size

Revert "move tags to bottom part of IFD and add description with source"

This reverts commit 9d79f79757.

Revert "adding Geotiff tags ModelTransformationTag, ModelTiepointTag and ModelPixelScaleTag"

This reverts commit 60653d5647.

adding tags with required formatation
2020-12-09 10:51:58 -03:00
..
assets exif-read-tool: Fix unit-tests and remove unnecessary conditional for 4686c99 2020-05-19 02:47:07 -04:00
common Drop inline RELEASE TO-DOs from v2. They are now active tasks in v3. 2020-07-11 12:12:48 -04:00
exif-read-tool exif-read-tool/main.go: Tweak help message 2020-07-03 10:55:30 -04:00
undefined Revert "Revert "Report-card fixes"" 2020-06-12 02:13:36 -04:00
.MODULE_ROOT Revert "Refactor module-detection to use go/build instead of static file" 2020-06-04 01:37:15 -04:00
LICENSE Add v2 release module 2020-01-02 07:06:28 -05:00
error.go Revert "Revert "Report-card fixes"" 2020-06-12 02:13:36 -04:00
exif.go exif.go: Use constant symbol rather than literal 2020-06-04 01:37:20 -04:00
exif_test.go Revert "Revert "Report-card fixes"" 2020-06-12 02:13:36 -04:00
go.mod v2/v3: Bump go-logging version to latest 2020-07-11 12:12:48 -04:00
go.sum v2/v3: Bump go-logging version to latest 2020-07-11 12:12:48 -04:00
gps.go Revert "Revert "Report-card fixes"" 2020-06-12 02:13:36 -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 Drop inline RELEASE TO-DOs from v2. They are now active tasks in v3. 2020-07-11 12:12:48 -04:00
ifd_builder.go Revert "Revert "Report-card fixes"" 2020-06-12 02:13:36 -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 Revert "Revert "ifd_enumerate.go: Eliminate unnecessary buffering"" 2020-07-09 22:01:27 -04:00
ifd_builder_test.go Revert "Revert "Report-card fixes"" 2020-06-12 02:13:36 -04:00
ifd_enumerate.go ifd_enumerate.go: Add date normalization. Skip altitude if zero denominator. 2020-07-17 02:39:59 -04:00
ifd_enumerate_test.go Revert "Revert "Report-card fixes"" 2020-06-12 02:13:36 -04:00
ifd_tag_entry.go Revert "Revert "Report-card fixes"" 2020-06-12 02:13:36 -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
package.go Revert "Revert "Report-card fixes"" 2020-06-12 02:13:36 -04:00
tags.go Revert "Revert "Report-card fixes"" 2020-06-12 02:13:36 -04:00
tags_data.go adding float and double as types with name and size tests (#51) 2020-12-09 10:51:58 -03:00
tags_test.go Timestamps can now be set directly 2020-06-07 01:33:12 -04:00
testing_common.go Revert "Revert "Report-card fixes"" 2020-06-12 02:13:36 -04:00
utility.go ifd_enumerate.go: Add date normalization. Skip altitude if zero denominator. 2020-07-17 02:39:59 -04:00
utility_test.go Revert "Revert "Report-card fixes"" 2020-06-12 02:13:36 -04:00