go-exif/v3
Wendel Hime df473ea6dd 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
2020-12-09 10:09:20 -03:00
..
assets Seed v3 release. Copy from v2 release. 2020-07-11 12:12:48 -04:00
command/exif-read-tool v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
common adding float and double as types with name and size tests (#51) 2020-12-09 10:09:20 -03:00
undefined Upgrade from go-utility v1 to v2 2020-07-17 03:10:58 -04:00
.MODULE_ROOT Seed v3 release. Copy from v2 release. 2020-07-11 12:12:48 -04:00
LICENSE Seed v3 release. Copy from v2 release. 2020-07-11 12:12:48 -04:00
data_layer.go Upgrade from go-utility v1 to v2 2020-07-17 03:10:58 -04:00
error.go Seed v3 release. Copy from v2 release. 2020-07-11 12:12:48 -04:00
exif.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_test.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
go.mod Upgrade from go-utility v1 to v2 2020-07-17 03:10:58 -04:00
go.sum Upgrade from go-utility v1 to v2 2020-07-17 03:10:58 -04:00
gps.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
gps_test.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
ifd_builder.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
ifd_builder_encode.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
ifd_builder_encode_test.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
ifd_builder_test.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
ifd_enumerate.go ifd_enumerate.go: Bugfix for not skipping unknown tags 2020-08-07 03:52:13 -04:00
ifd_enumerate_test.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
ifd_tag_entry.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
ifd_tag_entry_test.go Upgrade from go-utility v1 to v2 2020-07-17 03:10:58 -04:00
package.go Seed v3 release. Copy from v2 release. 2020-07-11 12:12:48 -04:00
tags.go tags.go: Serialized adds/gets on index 2020-12-09 10:09:20 -03:00
tags_data.go move tags to bottom part of IFD and add description with source 2020-11-06 15:07:08 -03:00
tags_test.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
testing_common.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
utility.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
utility_test.go backwards incompatible: Move time utilities to exifcommon 2020-07-11 13:15:18 -04:00