Author: akv
Date: 2010-01-24 00:10:39 +0100 (Sun, 24 Jan 2010)
New Revision: 3066
Modified:
branches/rawstudio-ng-color/plugins/meta-tiff/tiff-meta.c
Log:
Reading from lensdata 202 (not listed in exiftool doc, but this is D40, D60,
D80 and maybe more).
Modified: branches/rawstudio-ng-color/plugins/meta-tiff/tiff-meta.c
===================================================================
--- branches/rawstudio-ng-color/plugins/meta-tiff/tiff-meta.c 2010-01-23
23:02:44 UTC (rev 3065)
+++ branches/rawstudio-ng-color/plugins/meta-tiff/tiff-meta.c 2010-01-23
23:10:39 UTC (rev 3066)
@@ -684,7 +684,7 @@
buf98[i] = buf98[i] ^ (cj += ci
* ck++);
/* Finding LensIDNumber - 101 untested
*/
- if (lensdata == 101 || lensdata == 201
|| lensdata == 203)
+ if (lensdata == 101 || lensdata == 201
|| lensdata == 202 || lensdata == 203)
meta->lens_id = buf98[0x0b];
else if (lensdata == 204)
meta->lens_id = buf98[0x0c];
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit