From: Dan F. <dfa...@us...> - 2007-11-13 02:31:27
|
Update of /cvsroot/libexif/libexif/libexif/pentax In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12123/libexif/pentax Modified Files: mnote-pentax-entry.c Log Message: * Added support for more Olympus makernotes, based on data on Phil Harvey's ExifTool page at http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/ and sanity checked by the pel-images in the libexif test suite. * Added support for Sanyo makernotes, which have the identical tag format and (so it seems) namespace of the Olympus tags. Index: mnote-pentax-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/pentax/mnote-pentax-entry.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -d -r1.13 -r1.14 --- mnote-pentax-entry.c 30 Oct 2007 03:23:29 -0000 1.13 +++ mnote-pentax-entry.c 13 Nov 2007 02:31:23 -0000 1.14 @@ -275,6 +275,7 @@ static const struct { {4, 0, "1600x1200"}, {5, 0, "2048x1536"}, {8, 0, "2560x1920"}, + {34, 0, "1536x1024"}, {36, 0, N_("3008x2008 or 3040x2024")}, {37, 0, "3008x2000"}, {35, 1, "2400x1600"}, |