From: Hubert F. <hfi...@te...> - 2005-07-25 02:42:49
|
Hi, I'm have almost EXIF parsing from TIFF files working from current libexif CVS. Basically the change is to not copy over the 'Exif\0' marker (6 bytes), because it is part of JFIF, not part of the Exif data. Exif data is just TIFF structure, so everything else comes along.... Currently it sort of crashes with TIFF and CR2, but otherwise it works with JPEG, at least with the current test suite. Any comments ? Hub |