home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / tt / iffloadr / iffread.me < prev    next >
Text File  |  1992-07-01  |  6KB  |  155 lines

  1.  
  2.                               IFF Loader
  3.                               ----------
  4.                                                                 
  5. Files:
  6. ------          IFFLOADER.PRG           Main program.
  7.  
  8.                 IFF      .RSC           Resorce file. Must be in same
  9.                                         folder as .PRG
  10.         
  11.                 IFFREAD  .ME            This file
  12.                         
  13.  
  14. Features:
  15. ---------
  16.  
  17.         Iffloader will load MOST iff or compatable files (LBM) into
  18. the 256 colour screen of the TT. This includes H.A.M. files and
  19. 256 colour IBM DPaint files (LBM). 16, 32 and 64 colour iff are
  20. also supported. (DPaint ST too)
  21.  
  22. The program will function in:
  23.  
  24.         * TT low (256)          all supported IFF formats
  25.         
  26.         * TT med (16)           all 16 colour IFFs (256 colour LBMs can
  27.                                 be viewed, but no colour quantization is
  28.                                 currently supported) HAMs will not work!
  29.                                                         
  30.         * ST low (16)           all 16 colour IFFs only!
  31.         
  32.         * ST med (4)            2 & 4 colour IFFs (if you find any)
  33.                                 otherwise do not use!
  34.                                                         
  35.         * ST hi  (1)            Do not use!
  36.         
  37.         * TT hi  (1)            as above!
  38.         
  39.  
  40. MENU:
  41. -----
  42.  
  43. Glankonian Soft.         PRG version & where we are.
  44.  
  45. Info                     Information on the IFF file in question! Includes:
  46.                               Res     x,y
  47.                               compression    Run lenght, vert. word, none
  48.                               bit planes     1,2,4,5,6,8,???
  49.                               no. colours    1,4,16,32,64-4096,256,???
  50.                               Note         Some files have notes attached!
  51.                                                         
  52.                           File may be loaded or not from here!
  53.                                         
  54. Load                      Load & view file.
  55.  
  56. Save                      Not supported in v0.01
  57.  
  58. Quit                      Exit program
  59.  
  60. Workspace/select          "Vertual memory" function for machines with
  61.                           insufficent memory for picture conversion!
  62.                           Not supported in v0.01
  63.                                                 
  64.  
  65. Notice:
  66. -------
  67.  
  68.      IFFLoader is copyright 1992 Glankonian Software inc. Version 0.01
  69.      may be freely distributed, provided no changes are made and this
  70.      file is included.
  71.         
  72.      This is a form of Shareware. Your support will alow this program
  73.      to grow!
  74.         
  75.      Please send $ or Unknown bug information to:
  76.         
  77.                                      Glankonian Software Inc.
  78.                                      24 Fishleigh Dr. suite 6
  79.                                      Scarborough, Ont. (Canada)
  80.                                      M1N-1G9
  81.                                         
  82.                                 WE thank you in advance!
  83.                                 
  84. The Story:
  85. ----------
  86.  
  87.     IFFLoader is actually a small part of a much bigger program, still
  88. under development. Unfortunetly other matters are pressing for my time
  89. so development may have to be put on hold, unless support is evident.
  90.  
  91. Features to be implemented are:
  92.  
  93.     * Colour compression for 32 & 64 Colour pictures into the 16 colour
  94.       modes. Both ST 320x200 and TT 640x480
  95.           
  96.     * Dithered grey scale renditions of:
  97.                                 
  98.                  HAM & 256 colour pictures into ST & TT 16 colour modes
  99.                                 
  100.                  16, 32 and 64 colour pictures into ST med, hi and TT HI
  101.                  modes
  102.                                 
  103.     * Scrolling window mode for pictures larger than current screen.
  104.         
  105.     * Saveing of HAM & 256 colour LBM pictures, into a format recognised
  106.       by Calamus SL (SOON I HOPE)
  107.           
  108.     * Loading, viewing and saving of:
  109.         
  110.                       IFF-sham (s.H.A.M.) If you have info, we want it!
  111.                                 
  112.                       IFF-24    24 bit IFF format. as above!!!
  113.                                 
  114.                       JPEG      We have info. just need time.
  115.                                 
  116.                       PI?       SOON!
  117.                                 
  118.                       NEO       SAME!
  119.                                 
  120.                       SPC       ???
  121.                                 
  122.                       TIF(f)    Have sorce.
  123.                                 
  124.                       GIF       SOON!
  125.                                 
  126.     * May implement 4096 colour pic in TT low. Tenative type *.RIP
  127.       (Raster Interupt Picture)
  128.           
  129.     * TOTAL resolution INDEPENDANCE!!! We are attempting to write the
  130.       program to conform to ANY screen res. and display pallette size!
  131.           
  132.           
  133.     * More accurate colour compression! Or the quest to understanding
  134.       OCTREEs.
  135.           
  136.         
  137. Your help can make this list a reality! The first person(s) to send
  138. info breaking the IFF-24 and/or Sham formats will be sent FREE upgrades
  139. to the save version! Anyone sending $20 US or CAN (we're not fussy)
  140. will also recieve upgrades! (Please include your address!!!)
  141.  
  142.     Any upgrade requests from outside Noth america(CANADA/US), MUST
  143.     be accompanied by a stamped self addressed envelope!!!
  144.         
  145. "May ATARI rule the marketplace!"
  146.  
  147.                                            Thank you all!
  148.                                            Lance F. Squire
  149.                                         Glankonian Software Inc.
  150.  
  151. P.S.
  152.        Some HAM pictures look better with the TT/VGA switch on the back
  153.        of the PTC1426 monitor in the VGA mode!
  154.                 
  155.