home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilss / sprtools / docs / spr2xbm < prev    next >
Text File  |  1995-03-10  |  971b  |  38 lines

  1. spr2xbm
  2. =======
  3.  
  4. Version 5.01 (25-Nov-1993)
  5. SPRtools block 1c release.
  6. (C) 1989/1990/1992/1993 DEEJ Technology PLC
  7.  
  8. Features
  9. --------
  10. Sprite to X windows bitmap and pixmap format image converter.
  11. Produces a 2 colour X windows bitmap format suitable for use with xsetroot,
  12. and 2-16 colour X windows pixmap 1 & 2 formats for using in X windows
  13. sources.
  14.  
  15. Restrictions
  16. ------------
  17. Converts sprites of 1 bpp to bitmap format.
  18. Converts sprites of 1,2,4 bpp to pixmap format.
  19. Only uncompressed and 1 bit plane images are produced.
  20. Only the first sprite in the file is converted.
  21.  
  22. Syntax
  23. ------
  24. spr2xbm [<options>] <sprite file> <xbm file> [<progress/error file>]
  25.  
  26. <Options>:    -h    prints help information
  27.         -b    produces 2 colour X bitmap format (default)
  28.         -c    produces 2-16 colour X pixmap format
  29.         -p    produces 2-16 colour X pixmap 2 format
  30.  
  31. Files default to stdin and stdout with progress or errors to stderr.
  32.  
  33. Info
  34. ----
  35. See also spr_info.
  36. !ComndCTRL configuration file: spr2xbm
  37.  
  38.