go-exif/assets
Dustin Oprea 483dbacf14 type.go: Bugfix for math with embedded data. Add Format().
- ifd_builder.go
  - `BuilderTag` now embeds `ByteOrder`.
  - `BuilderTag` `String()` now prints value.

- type.go
  - `TagType` `ValueIsEmbedded()` renamed to `valueIsEmbedded()`.
  - Add `readRawEncoded()` method to `TagType`.
  - Add `Format()` method to `TagType` to isolate code for processing
    output strings for all types.
    - This will also print a suffixing ellipsis when `justFirst` is
      `true`.

  - Important bugfix for embedded values always being presented as
    four-bytes rather than being truncated to their reported unit-count
    bytes first. We tripped over this when some of our corresponding
    math was found to be wrong elsewhere.

- Minor reformatting.
2019-12-28 23:35:32 -05:00
..
raw_tags tags: Now read types. 2018-04-21 11:17:34 -04:00
DC-008-2012_E.pdf assets: Updated tags. 2018-04-15 13:40:24 -04:00
DC-008-Translation-2016-E.pdf assets: Attached PNG standards documents to project. 2018-06-18 00:43:27 -04:00
NDM_8901.jpg Initial commit. 2018-04-14 14:38:35 -04:00
NDM_8901.jpg.exif ifd_enumerate: Now parse the GPS info. 2018-06-09 02:11:24 -04:00
NDM_8901.jpg.thumbnail ifd_enumerate: Now parse the GPS info. 2018-06-09 02:11:24 -04:00
PNG-GROUP-DRAFT PNG proposed eXIf chunk, draft 2017-06-15.pdf assets: Attached PNG standards documents to project. 2018-06-18 00:43:27 -04:00
exif_read.json type.go: Bugfix for math with embedded data. Add Format(). 2019-12-28 23:35:32 -05:00
gps.jpg ifd_enumerate: Renamed GPS image. 2018-06-09 03:20:17 -04:00
tags.yaml tags: Now read types. 2018-04-21 11:17:34 -04:00