From: Dan F. <da...@co...> - 2009-01-03 09:26:28
|
On Fri, Jan 02, 2009 at 09:16:36AM -0800, Benny Smith wrote: > However, I am still not clear on which libexif functions to utilize. > > I am searching the libexif documentation for a tutorial or README file or > something that tells how the overall library actually functions and explains > which library files contain the necessary functions for each operation. I Everything available right now is the documentation at http://libexif.sourceforge.net/docs.html You won't find anything about which library files contain the necessary functions for each operation because it's completely irrelevant to anybody who uses libexif. Everyone else (those who need to modify the library instead of just use it) can just use "tags" to find the relevant source. > have been able to figure some of that out from the names of the functions > and from the occasional comments in the code. But I still do not understand > exactly what I am doing. I suggest using the CVS source instead of the 0.6.17 source if you aren't already. The API comments are much richer now in CVS. Also, there are now three example programs in contrib/examples/ plus the original exif source code, making four examples of how to use the library. If you have specific questions or suggestions on how to improve the documentation situation, feel free to bring them up here. >>> Dan -- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has moved |