home *** CD-ROM | disk | FTP | other *** search
/ Internet File Formats / InternetFileFormatsCD.bin / graphics / tiff / unix / archive.z / archive / text0017.txt < prev    next >
Encoding:
Text File  |  1995-09-20  |  781 b   |  27 lines

  1.     To:  tiff@sgi.sgi.com
  2.     Subject:  Directory Access Time in TIFF Files
  3.     Date: Thu, 01 Dec 1994 12:46:37 EST
  4.     From:  Victor C Zandy <zandy@cedar.buffalo.edu>
  5.     
  6.         *  Is there a way to increase the speed of the directory access
  7.            routines without modifying libtiff?
  8.  
  9. No.
  10.     
  11.         *  Are there other features of libtiff that we can use instead of
  12.            directories?
  13.  
  14. Not sure what this means, but probably no.
  15.     
  16.         *  Do you have any other suggestions?
  17.     
  18. Construct a private tag that has a table of contents of all the images
  19. in each file and use that to locate each IFD.  I believe the latest
  20. code on sgi.com includes a call to let you set the current directory
  21. given a file offset;  this was added for the SubIFD support.
  22.  
  23.     Sam
  24.  
  25.  
  26.  
  27.