home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / RiscOS / APP / DEVS / LIB / POPCORN / SP2POP.ZIP / !Spr2Pop / !Help < prev    next >
Text File  |  1997-03-02  |  2KB  |  61 lines

  1. Spr2Pop version 0.12
  2.  
  3. These instructions are very brief, for which I apologise.
  4.  
  5. Run !Spr2Pop.
  6.  
  7. Drag a sprite file containing a SINGLE 8 BIT sprite to the iconbar icon.
  8. If your sprite does not have a mask, you must alter the option in the
  9. options window to set which colour you wish to be treated as
  10. transparent.
  11.  
  12. Drag the resulting data file from the save box to whereever you want it
  13. to be saved. This is a Popcorn format sprite file. See the Popcorn docs
  14. for more info on the format.
  15.  
  16. There is an options window, accessed from the "Options..." item on the
  17. main menu. There are 2 options:
  18.  
  19. Preshifting: Turning off the preshifting option will result in Popcorn
  20. files with only a single image alignment in them.
  21.  
  22. Transparent colour: Turning this on treats a single colour in the source
  23. sprite as transparent and ignores any mask that sprite may or may not
  24. have. Enter which colour is transparent in the writable icon.
  25.  
  26. Spr2Pop can also be used from the command line. The syntax is:
  27.  
  28. Spr2Pop <infile> <outfile> [-nopreshift] [-trans <col>]
  29.  
  30. If you wish to use the program in this mode, I suggest copying the
  31. Spr2Pop binary from the application directory to your library
  32. directory.
  33.  
  34. Please feel free to mail me with any comments about this software.
  35.  
  36. Rik Griffin - mouse@cheesey.demon.co.uk
  37.  
  38.  
  39.      Licence
  40.      ~~~~~~~
  41.      Spr2Pop 0.12 is Copyright ⌐ Rik Griffin of Squeaky Software 1997.
  42.  
  43.      This application may be distributed freely, as long as no charge is
  44.      made, except for reasonable media costs.
  45.  
  46.      You may modify the program as you see fit (the source code is
  47.      available), but if you do so, you should make it clear that your
  48.      version has been modified (ie it is not Spr2Pop 0.12 by Rik
  49.      Griffin). But you must acknowledge the origin of the original
  50.      version somewhere in the accompanying documentation.
  51.  
  52. I would be glad to hear of any improvements anyone can make to this
  53. program.
  54.  
  55. Bugs and limitations:
  56.  
  57. - Only the first sprite in the input file is converted. The Popcorn file
  58. format does not allow more than one image to be stored per file, so
  59. converting sprite files with many sprites in could be a bit tricky.
  60.  
  61.