home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Anwendungen / Kurztests / PBM / HPCDTOPPM_0_6.LHA / hpcdtoppm.0.6 / doc / Changes next >
Text File  |  1994-10-04  |  2KB  |  108 lines

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