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

  1. TIFF File Naming Conventions/Standards?
  2. How many different file naming schemes have you run into?  If you're like
  3. me every time you turn around I have to adopt/adapt to a new convention or
  4. variation of a convention.
  5.  
  6. Ever try to view multiple single page images that should viewed as one
  7. document?  It can be impossible without the creator application or without
  8. opening each images individually. (Not cool!)
  9.  
  10. Since the naming convention tends to indicate sorted page order, it would
  11. be nice to standardize.  However, since it's difficult to force standards it
  12. would be better to identify the naming convention and page through as if a
  13. multi-page tiff were used.
  14.  
  15. The tendency to use (brain-dead, lowest common denominator) eight-dot-three DOS
  16. file names limits the possible conventions however there are still too many
  17. choices.
  18.  
  19. Alternative could include:
  20.  
  21.   1) ########.tif    2) HHHHHHHH.tif    3) ZZZZZZZZ.tif
  22.   4) ########.###    5) HHHHHHHH.HHH    6) ZZZZZZZZ.ZZZ
  23.   7) batchnum.###    8) batchnum.HHH    9) batchnum.ZZZ
  24.  
  25.   where  # = decimal, 0-9   H = hexadecimal, 0-F   Z = alphadecimal?, 0-Z
  26.  
  27. Then there's the problem of grouping files together - Normally taken care of
  28. by placing all related files into a single directory and then ordering the
  29. directories using yet another scheme....Most often information is stored in a
  30. proprietary database.
  31.  
  32. The following question come to mind when considering this topic.
  33.  
  34. Q1) Do any standards/recommendations exist?  These might be public or company
  35.     specific.
  36.  
  37. Q2) What other examples exist for naming schemes?
  38.  
  39. Q3) What group or organization could help set and communicate standards?  Would
  40.     it make sense to propose a parallel document to the TIFF standard?
  41.  
  42. I would like to propose a discussion on tiff file naming standards that would
  43. cover these and similar related questions.  I'd be happy to consolidate
  44. responses if that makes sense.
  45.  
  46. I would also be happy to do some development on a common API that could help
  47. eliminate this type of problem.  A frame work might include functions for:
  48. number of pages, filename of next/prior page, scheme identity.  The frame work
  49. might also include definition for a document description file (this would be
  50. to documents what tags are to tiff...)
  51.  
  52. Brain Bender....Ever want to move files from one location/directory to
  53. another...how can this be done?  Brute force of course, but shouldn't an
  54. alternative exist?  How about the case where a single page of a multi-file
  55. images (on WORM or CD) needs to be replaced?
  56.  
  57. This is another area to investigate.  Alternatives include:
  58.    1) Complete file description - server,volume,directories
  59.    2) Local file description - volume,directories
  60.    3) Abstracted file description - pseudo-volume, directories
  61. What other alternatives exist?
  62.  
  63. Hope this is enough to start some discussions....
  64. Thanks for reading this long message!
  65.  
  66. Clark Brady - Eli Lilly & Company - 317-277-1769
  67. brady_clark_d@lilly.com
  68.  
  69.  
  70.  
  71.