home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 580b.lha / Wasp_v1.23 / doc / wasp.doc < prev    next >
Text File  |  1991-11-15  |  2KB  |  58 lines

  1. Program: Wasp 1.23
  2. Copyright Steven Reiz 1991, see the COPYING file for more info.
  3. Purpose: Converts pictures from GIF and IFF format to IFF format.
  4. Usage:   wasp [options] [operations] [parameters] infile [outfile]
  5.  
  6. Input formats supported:
  7. - GIF (87a)
  8. - IFF hires, lores, HAM, EHB, sliced hires, lores, and HAM, dynamic hires,
  9.   lores and HAM, 24-bits IFF.
  10. - SRGR, a private format, basically uncompressed 12-bits RGB.
  11. - Sun rasterfile, monochrome only
  12. - PPM, P5 (binary 8-bits greyscale) and P6 (binary 24-bits RGB) only.
  13.  
  14. Output formats supported:
  15. - IFF hires, lores, HAM, EHB, sliced hires, lores, and HAM, dynamic hires,
  16.   lores and HAM, 24-bits IFF.
  17. - SRGR
  18. - PPM, P6 (binary 24-bits RGB) only.
  19.  
  20. Main features:
  21. - SPEED! This program has been developed on an unaccelerated A500, on which
  22.   all of the other GIF <-> IFF conversion programs ran way too slow.
  23.   Wasp is three times faster than supercon, seven times faster than
  24.   gifmachine, and even faster than TAD, a commercial program!
  25. - Good output quality, generally better than TAD, and much better than most
  26.   other programs.
  27. - Many IFF output formats are supported, including HAM, sliced HAM, dynamic
  28.   HAM and dynamic hires.
  29.  
  30. Operation
  31.  
  32. Wasp reads the input file and tries to recognize it. If this succeeds
  33. it prints some information about the format of the file and the size
  34. of the picture. If the outfile argument was omitted, wasp stops here.
  35. Otherwise it reads the input file, and converts it to the internal
  36. format; 12-bits RGB. It optionally applies operations such as clipping
  37. and scaling to the internal picture, and then converts it to the requested
  38. output format.
  39.  
  40. Comments
  41.  
  42. Comments, suggestions, bug reports, and dollar bills (uuencoded, of course)
  43. can be sent to sreiz@cs.vu.nl, I would appreciate some feedback, let me
  44. know what you think about wasp!
  45.  
  46. Options
  47.  
  48. If wasp is invoked without options it prints an extensive list of all
  49. the options it understands. When in doubt: Use the Force, Read the Source.
  50.  
  51. Example
  52.  
  53. ``wasp -sliced l.gif l.sham'' converts the GIF file l.gif to sliced HAM.
  54.  
  55. Have fun!
  56.  
  57.     Steven
  58.