From: Lutz M. <lu...@us...> - 2004-09-01 20:15:16
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31014 Modified Files: README ChangeLog Log Message: 2004-09-01 Lutz Mueller <lu...@us...> * libexif/exif-tag.c: First ideas on how to support generation of mandatory exif tags for a new image. Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- README 4 Jun 2004 19:48:02 -0000 1.8 +++ README 1 Sep 2004 20:15:05 -0000 1.9 @@ -40,6 +40,7 @@ - gtkam: A GTK+ frontend to libgphoto2 (http://www.topfrose.de). - thirdeye: Digital photos organizer and driver for eComStation (http://ecomstation.ru/thirdeye). + - digicam: If you would like to migrate your program to use libexif or add EXIF support to it, don't hesitate to contact the authors. @@ -56,6 +57,12 @@ syntax of JPEG files'. Please ignore it. It is a bug that it is distributed, but I think it may be useful for other people. +TODO +---- + +We should probably support the generation of an empty EXIF structure with all +mandatory tags. First ideas are in exif-tag.c. This has not yet been finished. + AUTHORS ------- Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.133 retrieving revision 1.134 diff -u -d -r1.133 -r1.134 --- ChangeLog 1 Sep 2004 06:16:55 -0000 1.133 +++ ChangeLog 1 Sep 2004 20:15:06 -0000 1.134 @@ -1,5 +1,10 @@ 2004-09-01 Lutz Mueller <lu...@us...> + * libexif/exif-tag.c: First ideas on how to support generation of + mandatory exif tags for a new image. + +2004-09-01 Lutz Mueller <lu...@us...> + Suggestion by Angela Wrobel (http://www.wrobelnet.de/contact.html): * libexif/pentax: |