go-exif/v2
Dustin Oprea 32a5d88770 New integration of common/ and undefined/ subpackages
- common/type.go: Add FormatFromType() .
- Renamed common/type_encode.go to common/value_encoder.go .
2020-01-12 18:56:35 -05:00
..
assets Add v2 release module 2020-01-02 07:06:28 -05:00
common New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
exif-read-tool Add v2 release module 2020-01-02 07:06:28 -05:00
undefined New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05: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 New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
exif_test.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
go.mod Refactor undefined-type tag processing 2020-01-12 18:56:35 -05:00
go.sum Refactor undefined-type tag processing 2020-01-12 18:56:35 -05:00
gps.go Add v2 release module 2020-01-02 07:06:28 -05:00
ifd.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
ifd_builder.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
ifd_builder_encode.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
ifd_builder_encode_test.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
ifd_builder_test.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
ifd_enumerate.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
ifd_enumerate_test.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
ifd_tag_entry.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
ifd_tag_entry_test.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
ifd_test.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
readme.go Add v2 release module 2020-01-02 07:06:28 -05:00
tags.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
tags_data.go Add v2 release module 2020-01-02 07:06:28 -05:00
tags_test.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
testing_common.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
utility.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
utility_test.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00
value_context.go New integration of common/ and undefined/ subpackages 2020-01-12 18:56:35 -05:00

readme.go

// exif parses raw EXIF information given a block of raw EXIF data. It can also
// construct new EXIF information, and provides tools for doing so. This package
// is not involved with the parsing of particular file-formats.
//
// The EXIF data must first be extracted and then provided to us. Conversely,
// when constructing new EXIF data, the caller is responsible for packaging
// this in whichever format they require.
package exif