home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 1 / FFMCD01.bin / bbs / graphics / ppmqvga.lha / PPMQVGA / Readme < prev    next >
Text File  |  1993-09-01  |  834b  |  21 lines

  1. ppmtoilbm now operates row-by-row whenever possible, it only reads
  2. the whole file into memory when it must compute a colormap. Colorscaling
  3. is now done with a lookup-table, this gives about 20% speed increase with
  4. HAM pictures.  Also, the colorscaling fomula was slightly altered to give
  5. better results.  The options "-ham8" and "-ham6" now imply "-hamforce".
  6. The binary is "pure" and can be made resident.
  7.  
  8. The ilbmtoppm diff in the src/ppm directory just renames a variable.
  9. On some old-style K&R-compilers it conflicted with a typedef in pbm.h.
  10.  
  11. ppmqvga is an extremly fast quantization program to 256 colors.
  12. I just changed the option parsing a bit to conform to PBMPlus standards.
  13.  
  14.  
  15. All binaries were compiled with DICE 2.07.56R, with the usual features
  16. like dynamic stack.
  17.  
  18. -Ingo
  19. email: Ingo.Wilken@informatik.uni-oldenburg.de
  20.  
  21.