From: Hubert F. <hfi...@te...> - 2005-06-28 06:27:16
|
Lutz M=FCller wrote: > On Fri, 2005-06-17 at 12:02 +0200, Udi Fuchs wrote: >=20 >>The patch is already Incorporated in UFRaw's CVS. I'm attaching >>ufraw_exif.c, so you won't need to check out ufraw from the cvs. >=20 >=20 > I'd like to move that code into libexif. However, I'd like to avoid a > dependency on libtiff. Do you know the TIFF file format? How do I > navigate through the start of the file >=20 > 4D 4D 00 2A 00 00 00 08 00 18 00 FE 00 04 00 00 00 01 00 00 00 01 00 ..= . >=20 What is the issue about depending on LibTIFF ? Since you want to parse=20 TIFF, it is probably you best solution, as the other program is likely=20 to depend on it too. I think that LibTIFF is a decent dependency. Hub |