From: Lutz <lu...@us...> - 2003-10-30 21:46:21
|
On Thu, 2003-10-30 at 22:34, Fred L. Drake, Jr. wrote: > Hmm. I'm looking at the 0.5.12 release. test/ includes test-tree.c, > which only uses the JPEG code, Forget that. > and test-mem.c, which is fairly small > and doesn't use a lot of the library (or doesn't appear to). It demonstrates how to create and modify EXIF data, how to save it (exif_data_save_data), and how to load it (exif_loader). This is pretty much all libexif is able to do. > I've picked up gexif, but haven't had time to dig into the sources. I'd look at exif. There, you don't have the gtk overhead. gexif is more or less a demonstration for libexif-gtk which I wrote in the hope it gets picked up by the GIMP or other gtk programs. > > How would you like the documentation to be? >=20 > Complete and well-written, of course! ;-) How to get there from > what's in 0.5.12, I don't know yet. gtk-doc is, in my opinion, not suited for this small library. But I don't know other tools. --=20 Lutz M=FCller <lu...@us...> |