From: <lu...@us...> - 2002-12-31 10:11:27
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv11362 Modified Files: ChangeLog README Log Message: 2002-12-31 Lutz Müller <lu...@us...> * README: Some information by Sander van Geloven <svg...@zo...>. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- ChangeLog 11 Dec 2002 21:37:35 -0000 1.54 +++ ChangeLog 31 Dec 2002 10:11:23 -0000 1.55 @@ -1,3 +1,8 @@ +2002-12-31 Lutz Müller <lu...@us...> + + * README: Some information by Sander van Geloven + <svg...@zo...>. + 2002-12-11 Lutz Müller <lu...@us...> * libexif/exif-entry.c (exif_entry_initialize): Fix last commit. Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- README 9 Dec 2002 01:41:56 -0000 1.5 +++ README 31 Dec 2002 10:11:23 -0000 1.6 @@ -56,3 +56,16 @@ <cu...@us...>. Because of the original design not supporting editing and saving, Lutz Müller <lu...@us...> rewrote libexif from scratch. + +LINKS +----- + +Some links you might want to check out if you are interested in further +information about EXIF. + + - http://drewnoakes.com/code/exif: metadata extraction framework in Java + - http://www.pima.net: This is where I got the exif standard from. Site is + down as of 2002/12/31. + - http://www.jeida.or.jp: Can't remember any more. Site is down as of + 2002/12/31. + - http://www.exif.org: information about the EXIF standard. |