home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 564a.lha / wasp_v1.21 / doc / wasp.doc < prev    next >
Text File  |  1991-10-21  |  2KB  |  57 lines

  1. Program: Wasp 1.21
  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, 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.  
  19. Main features:
  20. - SPEED! This program has been developed on an unaccelerated A500, on which
  21.   all of the other GIF <-> IFF conversion programs ran way too slow.
  22.   Wasp is three times faster than supercon, seven times faster than
  23.   gifmachine, and even faster than TAD, a commercial program!
  24. - Good output quality, generally better than TAD, and much better than most
  25.   other programs.
  26. - Many IFF output formats are supported, including HAM, sliced HAM, dynamic
  27.   HAM and dynamic hires.
  28.  
  29. Operation
  30.  
  31. Wasp reads the input file and tries to recognize it. If this succeeds
  32. it prints some information about the format of the file and the size
  33. of the picture. If the outfile argument was omitted, wasp stops here.
  34. Otherwise it reads the input file, and converts it to the internal
  35. format; 12-bits RGB. It optionally applies operations such as clipping
  36. and scaling to the internal picture, and then converts it to the requested
  37. output format.
  38.  
  39. Comments
  40.  
  41. Comments, suggestions, bug reports, and dollar bills (uuencoded, of course)
  42. can be sent to sreiz@cs.vu.nl, I would appreciate some feedback, let me
  43. know what you think about wasp!
  44.  
  45. Options
  46.  
  47. If wasp is invoked without options it prints an extensive list of all
  48. the options it understands. When in doubt: Use the Force, Read the Source.
  49.  
  50. Example
  51.  
  52. ``wasp -sliced l.gif l.sham'' converts the GIF file l.gif to sliced HAM.
  53.  
  54. Have fun!
  55.  
  56.     Steven
  57.