From: Daniel M. G. <dmg...@uv...> - 2005-06-30 22:44:34
|
Udi Fuchs twisted the bytes to say: Udi> I'm also no expert in the TIFF structure, but looking at dcraw.c and Udi> specifically at the function parse_tiff() it looks pretty simple. I Udi> think that it is the sample as JPEG after you remove the first 12 Udi> bytes from the JPEG header. As trivial/difficult as JPEG. At least the canon version. It embeds a EXIF record inside the tiff, two several jpegs and the raw data. You can check the code I wrote to scan this files in gqview (src/format_canon.c). It is fairly simple and straightforward (100-200 lines of code). gqview is in C, though. It is nicely documented by Adobe (TIFF V 6.0). Udi> Udi Udi> On 6/30/05, Lutz M=FCller <lu...@us...> wrote: >> On Wed, 2005-06-29 at 22:46 -0400, Hubert Figuiere wrote: >> > Like reinventing the wheel ? >> =20 >> Again, I don't know how complex the TIFF structure is. JPEG is trivial. >> =20 >> Regards >> -- >> Lutz M=FCller <lu...@us...> >> =20 >> =20 >> =20 >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&opclick >> _______________________________________________ >> Libexif-devel mailing list >> Lib...@li... >> https://lists.sourceforge.net/lists/listinfo/libexif-devel >> Udi> ------------------------------------------------------- Udi> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies Udi> from IBM. Find simple to follow Roadmaps, straightforward articles, Udi> informative Webcasts and more! Get everything you need to get up to Udi> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click Udi> _______________________________________________ Udi> Libexif-devel mailing list Udi> Lib...@li... Udi> https://lists.sourceforge.net/lists/listinfo/libexif-devel -- Daniel M. German "Do not confuse luck with skill. " The Replacement Killers" http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot) with . |