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