package
Version:
v0.0.0-...-b178995
Opens a new window with list of versions in this module.
Published: Jul 19, 2020
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ExifInfo struct {
Datetime string `json:"datetime,omitempty"`
Make string `json:"make,omitempty"`
Model string `json:"model,omitempty"`
LensModel string `json:"lens_model,omitempty"`
GPSLat float64 `json:"gps_lat,omitempty"`
GPSLng float64 `json:"gps_lng,omitempty"`
}
type Image struct {
Width int `json:"width,omitempty"`
Height int `json:"height,omitempty"`
Exif *ExifInfo `json:"exif,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.