home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume14 / ataritoppm / part01 / README < prev    next >
Encoding:
Text File  |  1990-07-15  |  2.2 KB  |  55 lines

  1.  
  2. Here are three programs which convert between the Spectrum 512 graphics
  3. format for the Atari ST and the Portable Pixel Map (ppm) format used by
  4. Jef Poskanzer's PBMPLUS package.  Also included are two programs to
  5. convert between PBMPLUS and Degas PI1 format for the Atari.
  6.  
  7. "sputoppm.c" reads an uncompressed Spectrum file on its standard input
  8. and writes a ppm file to its standard output.  The program does *not*
  9. check for a file name on the command line and will complain if it finds
  10. one.  Be sure to send the input file to standard input.
  11.  
  12. "spctoppm.c" reads a compressed Spectrum file on standard input and
  13. writes a ppm file to standard output.  Again, placing a file name on the
  14. command line won't work.
  15.  
  16. "ppmtospu.c" reads a ppm file on standard input and writes an
  17. uncompressed Spectrum file on standard output.  As with the preceding
  18. programs, don't use a file name on the command line.  There are three
  19. command line options:
  20.  
  21.         -d0  turns off dithering.
  22.         -d2  uses a 2x2 ordered dither.  This is the default.
  23.         -d4  uses a 4x4 ordered dither.
  24.  
  25. Using a different dithering option may increase the image quality on
  26. difficult images.
  27.  
  28. "pi1toppm.c" reads a Degas PI1 (low-resolution) image on standard input
  29. and writes a ppm file on standard output.
  30.  
  31. "ppmtopi1.c" reads a ppm image on standard input and writes a Degas PI1
  32. file on standard output.  It will complain if the input file has more
  33. than 16 colors.
  34.  
  35.  
  36. These programs were originally developed on an Amiga.  I've since
  37. compiled them on VAX, Sun, Silicon Graphics, and Multiflow machines
  38. with no problems.
  39.  
  40. I wish to convey my appreciation to Scott Yelich (scott@xanth.cs.odu.edu)
  41. for beta-testing these programs.
  42.  
  43. These programs are Copyright (C) 1990, Steve Belczyk.
  44.  
  45. Permission to use, copy, modify and distribute this software for any
  46. purpose and without fee is hereby granted, provided that the above
  47. copyright notice appear in all copies and supporting documentation.
  48. This software is provided "as is" without express or implied warranty.
  49.  
  50. Please send bug reports to one of the following addresses:
  51.  
  52. Steve Belczyk   CIS: 75126,515    BBS: +1 508 664-0149 (2400 bps)
  53. seb3@gte.com    GEnie: sbelczyk   UUCP: {harvard,vaxine}!bunny!seb3
  54.  
  55.