mirror of
https://github.com/dsoprea/go-exif.git
synced 2025-05-01 21:20:02 +00:00
- 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.