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

  1. chmode
  2. ======
  3.  
  4. Version 1.50 (21-Jun-1993)
  5. SPRtools block 1c release.
  6. (C) 1993,4 DEEJ Technology PLC
  7.  
  8. Features
  9. --------
  10. Sprite mode changer.
  11. Can be used to change unknown mode number to ones that the SPRtools
  12. understand.
  13.  
  14. Restrictions
  15. ------------
  16. chmode only changes the mode number stored in the sprite, it does not
  17. alter the bits per pixel of the image.
  18.  
  19. SPRtools will only understand RISC OS 3.1 modes, modes from the DEEJmodes
  20. module and the new RISC OS 3.5 mode specifiers.
  21.  
  22. User defined modes may differ from SPRtools modes, and old applications may
  23. not understand 1-8 bpp sprites using RISC OS 3.5 mode specifiers. Use
  24. chmode to change the sprite to an appropriate alternative mode.
  25.  
  26. Only the first sprite in the file is recognised.
  27.  
  28. Syntax
  29. ------
  30. chmode <sprite file> {<mode> | {<type> <xres> <yres>}}
  31.  
  32. where:    <mode>    mode number.
  33.     <type>    new mode specifier type 1 to 8
  34.             1 = 1 bpp
  35.             2 = 2 bpp
  36.             3 = 4 bpp
  37.             4 = 8 bpp
  38.             5 = 15 bpp (15/16 bit format)
  39.             6 = 24 bpp (24/32 bit format)
  40.             7 = 32 bpp CMYK (not supported by SPRtools)
  41.             8 = 24 bpp (true 24 bit unofficial SPRtools format)
  42.     <xres>    X resolution either 45 or 90
  43.     <yres>    Y resolution either 45 or 90
  44.  
  45. Info
  46. ----
  47. With new mode specifiers use xres and yres 90,90 for square pixel modes
  48. and 90,45 for rectangular pixel modes. A mode 13 type should use 45,45.
  49.  
  50. See also spr_info.
  51.  
  52. !ComndCTRL configuration file: chmode
  53.  
  54.