From: Hubert F. <hfi...@te...> - 2005-06-30 02:50:03
|
Lutz M=FCller wrote: > On Tue, 2005-06-28 at 02:23 -0400, Hubert Figuiere wrote: >=20 >>What is the issue about depending on LibTIFF ? >=20 >=20 > It could be that we just don't need it. We don't need jpeglib in order > to parse JPEGs. Navigation to the start of the EXIF data is trivial. > This could be the same for TIFF files. I don't know, though. All you need is to fetch the tag from the TIFF. You can still do the=20 minimum... All you need is to walk thru the TIFF structures. Like reinventing the wheel ? Hub |