I'm using libexif in Gwenview, an image viewer for KDE
(http://gwenview.sf.net). I use it to read and write the
Orientation tag. The problem I have is that to write EXIF data
into JPEG files, I need to use the private "libjpeg" code.
Since I do not want to rely on the private files of a lib, for now
I'm bundling libexif code into Gwenview, but I would like to be
able to link to it dynamically. Do you plan to make the "libjpeg"
code a part of the public interface ?