Documentation
¶
Index ¶
- func ExcludeFields(expression string) func(*Decoder) error
- func IncludeFields(expression string) func(*Decoder) error
- func WithDateDisabled(disabled bool) func(*Decoder) error
- func WithLatLongDisabled(disabled bool) func(*Decoder) error
- func WithWarnLogger(warnl logg.LevelLogger) func(*Decoder) error
- type Decoder
- type ExifInfo
- type Tags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExcludeFields ¶
func IncludeFields ¶
func WithDateDisabled ¶
func WithLatLongDisabled ¶
func WithWarnLogger ¶ added in v0.130.0
func WithWarnLogger(warnl logg.LevelLogger) func(*Decoder) error
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.