Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CreateDate = tagString("xmp:CreateDate") // used for exif/DateTimeDigitized Rating = tagInt("xmp:Rating") DateTimeOriginal = tagString("exif:DateTimeOriginal") GPSLatitude = tagCoord("exif:GPSLatitude", 'N', 'S') GPSLongitude = tagCoord("exif:GPSLongitude", 'E', 'W') GPSTimeStamp = tagString("exif:GPSTimeStamp") // includes exif/GPSDateStamp Orientation = tagInt("exif:Orientation") Make = tagString("tiff:Make") Model = tagString("tiff:Model") )
Functions ¶
This section is empty.
Types ¶
type Float64Func ¶
type Meta ¶
type Rdf ¶
type Rdf struct {
Desc []Node `xml:"http://www.w3.org/1999/02/22-rdf-syntax-ns# Description"`
}
type StringFunc ¶
Click to show internal directories.
Click to hide internal directories.