home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / sprtools / docs / spr3spr < prev    next >
Encoding:
Text File  |  1995-03-10  |  1.5 KB  |  52 lines

  1. spr3spr
  2. =======
  3.  
  4. Version 1.10 (15-Jul-1994)
  5. SPRtools block 1c release.
  6. (C) 1993/4 DEEJ Technology PLC
  7.  
  8. Features
  9. --------
  10. 24 bit sprite separations generator.
  11. Separates a sprite into three 8 bit sprites, and reassembles three sprites
  12. into one 24 bit sprite.
  13.  
  14. The three 8 bit sprites represent the red, green and blue colour separations
  15. and are named accordingly, they have 256 level grey palettes.
  16.  
  17. Restrictions
  18. ------------
  19. Sufficient memory must be available to for all sprites to be processed.
  20.  
  21. Separating:
  22.     There must only be one sprite in the file, it can be 1-24 bpp.
  23.  
  24. Assembling:
  25.     There must be exactly three sprites in the file.
  26.     The three sprites must have the same size and bpp (1-8 only).
  27.     The sprites can be in any order but must be named red,green and blue.
  28.  
  29. Syntax
  30. ------
  31. spr3spr <input sprite file> <output sprite file> [<progress/error file>]
  32.  
  33. Files default to stdin and stdout with progress or errors to stderr.
  34.  
  35. Separations or assembly depends on the number of sprites in the input file.
  36.  
  37. Info
  38. ----
  39. Separating a 15 or 24 bit sprite will allow it to be edited with 8 bit
  40. programs such as !Paint. Exactly the same edits must be carried out to
  41. each of the three separations or a colour change will occur.
  42. Reassembly can be used to rejoin a sprite after editing or to make a 24
  43. bit sprite from a program that produces three 8 bit grey scale sprites.
  44.  
  45. Note: On RISC OS 3.5 !Paint can be made to edit 15,24 bit sprites by
  46.       setting the OS variable, i.e. Set Paint$Options X
  47.  
  48. See also spr_info.
  49.  
  50. !ComndCTRL configuration file: spr3spr
  51.  
  52.