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

  1. In message <199412151424.JAA24464@dw3f.ess.harris.com>,
  2. "Bill Davis" <wdavis@dw3f.ess.harris.com>  writes:
  3.  
  4. >The problem with multiple images for TIFF is that the format
  5. >was designed for a single image.  The name says it all: the I
  6. >stands for Image instead of document, image group, etc.
  7. >
  8. >When there are multiple images in a single file, the standard
  9. >is clear that they are variations of a single image.  Only
  10. >the first one must be read by a compliant TIFF reader.
  11.  
  12. That really depends on the subfile type of the IFD. The spec:
  13.  
  14.    NewSubfileType (254)
  15.    ...
  16.    Bit 1 is 1 if the image is a single page of a multi-page image (See the
  17.    PageNumber field description.) ...
  18.  
  19.    ...
  20.    
  21.    PageNumber (297)
  22.    ...
  23.    This field is used to specify page numbers of a multiple page (e.g.
  24.    facsimile) document...
  25.  
  26. That is all you need to put multiple images in a single TIFF file. Any reader
  27. that handles multiple pages ought to be able to read such a TIFF file.
  28.  
  29. It is quite another topic how you update a single page of such a document...
  30.  
  31.                             Karsten
  32. --------------------------------------------------------------------------------
  33. E-mail: krs@kampsax.dk                                      Karsten Spang
  34. Phone:  +45 36 39 07 88                                     Kampsax Data
  35. Fax:    +45 36 77 03 01                                     P.O. Box 1142
  36.                                                             DK-2650 Hvidovre
  37.                                                             Denmark
  38.  
  39.