diff mgtool.php @ 29:8cf743c7ea23

Add focal length and lens model display.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 17 Apr 2016 13:59:39 +0300
parents 59cf3acc4440
children f2c21a8b9071
line wrap: on
line diff
--- a/mgtool.php	Sat Jan 16 02:18:10 2016 +0200
+++ b/mgtool.php	Sun Apr 17 13:59:39 2016 +0300
@@ -20,6 +20,7 @@
   array(MG_DVA, "fnumber"     , "FNumber"),
   array(MG_DVA, "exposure"    , "ExposureTime"),
   array(MG_INT, "iso"         , "ISOSpeedRatings"),
+  array(MG_STR, "lensmodel"   , "UndefinedTag:0xA434"),
   array(MG_DVA, "focallength" , "FocalLength"),
   array(MG_STR, "datetime"    , "DateTimeOriginal"),
   array(MG_STR, "datetime"    , "DateTimeDigitized"),