home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / t / tiffin / !Tiffin / !Help < prev    next >
Text File  |  1995-07-17  |  3KB  |  90 lines

  1. Tiffin
  2. ~~~~~~
  3. Author
  4. ======
  5. Peter Greenham
  6.  
  7. Version
  8. =======
  9. 1.21 (17-Jul-95)
  10.  
  11. Purpose
  12. =======
  13. Reads TIFF files and converts them into 32-bit sprites (16.7 million
  14. colours).
  15.  
  16. But ChangeFSI does that, doesn't it?
  17.  
  18. Well, yes, most of the time, but ChangeFSI doesn't cope with all TIFFs. In
  19. particular, it doesn't cope with multi-channel TIFFs such as those exported
  20. by PhotoShop 3 on the PowerMac. Tiffin is likely to read just about any valid
  21. TIFF file thrown at it. You can then drag the sprite into ChangeFSI for
  22. scaling or taking down to fewer colours.
  23.  
  24. Specifically, Tiffin should work for all TIFFs following the 5.0 or 6.0 TIFF
  25. spec.
  26.  
  27. Use
  28. ===
  29. It's simplicity itself: When run, it installs its icon on the right side of
  30. the icon bar. Drag a TIFF file to it (it must be filetyped as a TIFF), and
  31. after a short delay you will be presented with a Save as box containing a
  32. 32-bit sprite which you may drag to disk or another application.
  33.  
  34. There is an "Interactive" option on the iconbar menu, which is ticked as
  35. default. If you untick this, the sprite file will be written back over the
  36. TIFF source without asking for confirmation. This is useful if you have an
  37. entire folder full of TIFFs you want to convert. MAKE SURE YOU HAVE A BACKUP
  38. OF THE TIFFS FIRST - in case you change your mind. And be warned that,
  39. because there is no compression in RISC OS sprite files, the resulting files
  40. will almost certainly be larger than the TIFF source files.
  41.  
  42. Clicking on the iconbar icon will give you an error box showing the version
  43. of LIBTIFF being used. See below.
  44.  
  45. LIBTIFF 3.4beta
  46. ===============
  47. Tiffin uses my own port of the TIFF support library written and placed into
  48. the public domain by Sam Leffler of Silicon Graphics Inc. When I have tidied
  49. my port up a little the RISC OS version of the library will be made
  50. available, and, hopefully, integrated into the sources at SGI's FTP site.
  51.  
  52. Toolbox
  53. =======
  54. To my knowledge, this is the first Freeware application to be made available
  55. that uses the new Toolbox modules that come with Acorn C/C++. For this
  56. reason, a copy of !System is supplied with Tiffin for you to integrate with
  57. your own !System in the normal way. You will need to do this before Tiffin
  58. will run.
  59.  
  60. Requirements
  61. ============
  62. Tiffin will only run on RISC OS 3.50 or later. This is because it produces
  63. 32-bit sprites unknown to previous versions of RISC OS, and because it uses
  64. dynamic areas.
  65.  
  66. Rights
  67. ======
  68. This program is copyright © Peter Greenham 1995. It has been released as
  69. FREEWARE. This means you can copy, distribute and make use of it as you see
  70. fit, provided you do not sell it. PD libraries may include it as long as they
  71. do not charge more for disks than is needed to cover costs.
  72.  
  73. I can accept no liability for data loss or other damages arising from the use
  74. of this product.
  75.  
  76. Contact
  77. =======
  78. Peter Greenham
  79.  
  80.     peterg@angmulti.demon.co.uk
  81.     pgreenham@arcade.demon.co.uk
  82.     User #963 Arcade BBS (0181 654 2212)
  83.  
  84. ChangeLog
  85. =========
  86. 1.21 17-Jul-95 
  87. Received OSLib 5.00. Fixed, recompiled and relinked using it. No functional
  88. change at all.
  89.  
  90.