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
December 1994

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

1994.12.01 17:46 "Directory Access Time in TIFF Files", by Victor C Zandy
1994.12.01 18:51 "Re: Directory Access Time in TIFF Files", by Sam Leffler
1994.12.02 23:51 "Re: Directory Access Time in TIFF Files", by Victor C Zandy

1994.12.01 18:51 "Re: Directory Access Time in TIFF Files", by Sam Leffler

    To:  tiff@sgi.sgi.com
    Subject:  Directory Access Time in TIFF Files
    Date: Thu, 01 Dec 1994 12:46:37 EST
    From:  Victor C Zandy <zandy@cedar.buffalo.edu>
    
        *  Is there a way to increase the speed of the directory access
           routines without modifying libtiff?

No.
    
        *  Are there other features of libtiff that we can use instead of
           directories?

Not sure what this means, but probably no.
    
        *  Do you have any other suggestions?
    
Construct a private tag that has a table of contents of all the images
in each file and use that to locate each IFD.  I believe the latest
code on sgi.com includes a call to let you set the current directory
given a file offset;  this was added for the SubIFD support.

    Sam