package exif
import "github.com/gohugoio/hugo/resources/images/exif"
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
- type Decoder
- func NewDecoder(options ...func(*Decoder) error) (*Decoder, error)
- func (d *Decoder) Decode(r io.Reader) (ex *Exif, err error)
- type Exif
- type Tags
Functions ¶
func ExcludeFields ¶
func IncludeFields ¶
func WithDateDisabled ¶
func WithLatLongDisabled ¶
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶
func (*Decoder) Decode ¶
type Exif ¶
type Tags ¶
type Tags map[string]interface{}
func (Tags) MarshalJSON ¶
func (*Tags) UnmarshalJSON ¶
Source Files ¶
- Version
- v0.68.3
- Published
- Mar 24, 2020
- Platform
- linux/amd64
- Imports
- 12 packages
- Last checked
- 3 hours ago –
Tools for package owners.