From: Jan P. <pa...@us...> - 2006-03-02 20:29:34
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9853 Modified Files: exif-entry.c Log Message: Added "Deflate/ZIP compression" to list2 (used e.g. by Adobe Photoshop) Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.92 retrieving revision 1.93 diff -u -p -d -r1.92 -r1.93 --- exif-entry.c 13 Feb 2006 07:31:52 -0000 1.92 +++ exif-entry.c 2 Mar 2006 20:29:19 -0000 1.93 @@ -436,6 +436,7 @@ static struct { { {1, {N_("Uncompressed"), NULL}}, {5, {N_("LZW compression"), NULL}}, {6, {N_("JPEG compression"), NULL}}, + {8, {N_("Deflate/ZIP compression"), NULL}}, {0, {NULL}}}}, { EXIF_TAG_LIGHT_SOURCE, { { 0, {N_("Unknown"), NULL}}, |