Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExcludeFields ¶
func IncludeFields ¶
func WithDateDisabled ¶
func WithLatLongDisabled ¶
Types ¶
type ExifInfo ¶ added in v0.98.0
type ExifInfo struct { // GPS latitude in degrees. Lat float64 // GPS longitude in degrees. Long float64 // Image creation date/time. Date time.Time // A collection of the available Exif tags for this Image. Tags Tags }
ExifInfo holds the decoded Exif data for an Image.
Click to show internal directories.
Click to hide internal directories.