Variable: exif-tag-alist
exif-tag-alist is a variable defined in exif.el.gz.
Value
((11 processing-software)
(270 description)
(271 make)
(272 model)
(274 orientation)
(282 x-resolution)
(283 y-resolution)
(296 resolution-unit)
(305 software)
(306 date-time)
(315 artist)
(33432 copyright))
Documentation
Alist of tag values and their names.
Source Code
;; Defined in /usr/src/emacs/lisp/image/exif.el.gz
(defvar exif-tag-alist
'((11 processing-software)
(270 description)
(271 make)
(272 model)
(274 orientation)
(282 x-resolution)
(283 y-resolution)
(296 resolution-unit)
(305 software)
(306 date-time)
(315 artist)
(33432 copyright))
"Alist of tag values and their names.")