{{ .Tags.Make }} {{ .Tags.Model }} |
{{ $lat := float .Lat }}{{ $latDir := cond (eq $lat 0) "" (cond (gt $lat 0) "N" "S") }}
{{ .Lat | lang.FormatNumber (cond (ne $lat 0) 3 0) }}º{{ $latDir }},
{{ $long := float .Long }}{{ $longDir := cond (eq $long 0) "" (cond (gt $long 0) "E" "W") }}
{{ .Long | lang.FormatNumber (cond (ne $long 0) 3 0) }}º{{ $longDir }}
|
{{ $widthpx := .Tags.PixelXDimension }}
{{ $heightpx := .Tags.PixelYDimension }}
{{ if and (gt $widthpx 0) (gt $heightpx 0) }}
{{ $megapixels := div (mul $widthpx $heightpx) 1e6 }}
{{ $megapixels | lang.FormatNumber 0 }} MP • {{ $widthpx }} × {{ $heightpx }}
{{ end }}
|
{{ with .Tags.ISOSpeedRatings }}ISO {{ . }}{{ end }} |
{{ with .Tags.FocalLengthIn35mmFilm }}{{ . }} mm{{ end }} |
{{ with .Tags.FNumber }}ƒ{{ . }}{{ end }} |
{{ with .Tags.ExposureTime }}{{ . }} s{{ end }} |