From: Dan F. <da...@co...> - 2008-12-15 18:19:53
|
On Sun, Dec 14, 2008 at 11:15:06PM -0800, Benny Smith wrote: > Your answers make me appreciate the cleverness of the camera manufacturers, > whose digital cameras write to nearly every tag location in the Exif header. > > Do you suppose that the controllers in those cameras are Linux-based? Writing EXIF tags is a different problem from reading them, and a much easier one, IMHO. I know some digital cameras are Linux-based, but certainly not the cheaper ones. > Can you point me to a WEB site where I can learn how to tackle my > application (specifically, reading and writing to Exif headers in JPG files) > from the Linux hardware and software direction? The libexif web site contains a few pointers to EXIF specifications and of course the API. libexif makes design decisions that assume a reasonable amount of RAM is available. You could write an EXIF parser that requires much less RAM if you wanted to, but it would have other trade offs. You still haven't said what you're trying to accomplish, so it's hard to give more specific suggestions. >>> Dan -- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has moved |