home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / hpcd06 / changes < prev    next >
Encoding:
Text File  |  1994-02-15  |  1.9 KB  |  90 lines

  1. Changes of hpcdtoppm:
  2.  
  3. v0.6 beta:
  4.  
  5. - Code added to read 64Base
  6.  
  7.  
  8. v0.5 pl1:
  9.  
  10. - Bug fixed in main.c, procedure f_ov. When writing all the
  11.   images from overview files, a lot of file descriptors were
  12.   opened, but never closed. This produced write errors if the
  13.   machine has not enough file descriptors.
  14.  
  15. - procedure clear renamed to clearimpl to avoid collision with
  16.   other libraries
  17.  
  18. - data types OUTGRAY and OUTRGB renamed to OUT1PL and OUT3PL,
  19.   these data types are not bound to special color models.
  20.  
  21. - gsave/grestore added to postscript output
  22.  
  23. v0.5:
  24.  
  25. - Bug fixed in pgm writing procedure
  26.  
  27. - Missing ':' added in BoundingBox line of encapsulated
  28.   Postscript
  29.  
  30. - postscript output with Floyd-Steinberg dithering added
  31.  
  32. - orientation chooser for contact sheet option -C
  33.  
  34. - accepts input from stdin (give '-' as filename)
  35.  
  36. - -S option for subrectangles
  37.  
  38. - procedure definitions in ANSI-C
  39.  
  40. - "turn on head" added.
  41.  
  42.  
  43. v0.4:
  44.  
  45. - Additional Options -m, -pos, -rep, -crop
  46.  
  47. - pgm output added
  48.  
  49. - postscript output added
  50.  
  51. - Flip options
  52.  
  53. - color corrections
  54.  
  55. - primitive form of contact sheet
  56.  
  57. - simple method of jumping over reading errors in
  58.   Huffman code
  59.  
  60. - optional Huffman-Lookuptable for speedup
  61.  
  62.  
  63.  
  64. v0.3:
  65. - Additional Options -x, -a and -ycc
  66.  
  67. - bcopy thrown out.
  68.  
  69. - New datatype sBYTE for char. This fixes the problem with
  70.   compilers which have the char unsigned. These got some
  71.   'snow' in their pictures (merry christmas :-).
  72.  
  73. - Address arithmetik bug fixed in writepicture
  74.  
  75. v0.2:
  76.  
  77. - Small workaround for strange behavior of address-calculation
  78.   of a c-compiler for NeXT.
  79.  
  80. - Improved rounding for integer maths.
  81.  
  82. - Thrown out floating arithmetic, changed color conversion to
  83.   integer fixed point.
  84.  
  85. - PPM-writing-routines added. You can choose whether you
  86.   want to use pbmplus-routines or the included routines.
  87.  
  88. - some ununused variables thrown out.
  89.  
  90.