AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
July 2005

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2005.07.21 15:33 "Help, I need to do some binary surgery on my tiff.", by James Carroll
2005.07.21 15:58 "Re: Help, I need to do some binary surgery on my tiff.", by Joris Van Damme
2005.07.21 18:28 "Re: Help, I need to do some binary surgery on my tiff.", by James Carroll

2005.07.21 15:33 "Help, I need to do some binary surgery on my tiff.", by James Carroll

Hi,  

I have my own version of tiffcp that I used to combine some individual
tiffs into a multi-tiff.  The problem is that the result was over 4GB. Now
I can't use libtiff (I've tried a few ways.) to open the result.  I just
need to extract the first directory of the tiff out so that it's its own
tiff file.

Does anyone have any suggestions?  I think what I need to do is create a
program that opens the file in binary mode, and starts walking from tag
to tag,  writing everything out until I get to the second directory,
then stopping.

Does this sound possible?  Does anyone know of an example that does anything
similar?  Is there any quick way of commenting out parts of libtiff so that
it doesn't fail when I open the tiff?

Thanks,
-Jim