home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma01.dms / ma01.adf / wasp / CHANGES next >
Text File  |  1992-01-01  |  3KB  |  155 lines

  1. 1.0 01/12/90
  2.  
  3. contains SRGR input, scaling, IFF output, except HAM and EHB, SHAM and
  4. other dynamic modes.
  5.  
  6. 1.1 04/12/90
  7.  
  8. divided into modules, makefile added, SRGR output added.
  9.  
  10. 1.2 04/12/90
  11.  
  12. IFF input added, except SHAM and other dynamic modes.
  13.  
  14. 1.3 08/12/90
  15.  
  16. various optimizations added.
  17.  
  18. 1.4 11/12/90
  19.  
  20. GIF input added, clipping operation added.
  21.  
  22. 1.5 27/12/90
  23.  
  24. autoscaling added, IFF HAM and SHAM output added, iff conversion rewritten.
  25.  
  26. 1.6 28/12/90
  27.  
  28. added potential generation of sliced output in any mode.
  29.  
  30. 1.7 30/12/90
  31.  
  32. added SHAM input, except sliced EHB.
  33.  
  34. 1.8 03/01/91
  35.  
  36. changed SRGR format, added xaverage operation.
  37.  
  38. 1.9 05/01/91
  39.  
  40. hamsharp and contraction conversion added.
  41.  
  42. 1.10 06/01/91
  43.  
  44. added EHB output (not sliced).
  45.  
  46. 1.11 10/01/91
  47.  
  48. added iterative ham preparation.
  49.  
  50. 1.12 30/01/91
  51.  
  52. added ymirror, xmirror, transpose operations.
  53.  
  54. 1.13 30/04/91
  55.  
  56. fixed a colormap rounding bug in the gif read routine, added info option by
  57. ommiting output filename.
  58.  
  59. 1.14 04/05/91
  60.  
  61. added iff output compression and iff direct rgb input.
  62.  
  63. 1.15 26/05/91
  64.  
  65. added iff direct rgb output, added dynamic input as created by tad and digiview.
  66.  
  67. 1.16 28/05/91
  68.  
  69. added dynamic output.
  70.  
  71. 1.17 30/05/91 47732
  72.  
  73. made significantly smaller,
  74. original executable:    55912
  75. ifftryout dropped:    50680
  76. fixsize dropped:    49824
  77. errorx, halfway:    49888
  78. errorx, done:        47732
  79.  
  80. 1.18 2/6/91 47792
  81.  
  82. xaverage made twice as fast, zap option added
  83.  
  84. 1.19 26/6/91 49264
  85.  
  86. fixed bug in rgb output counter, dropped -itham option,
  87. changed cmeth and dmeth options, should now be followed by
  88. a name instead of a number, enhanced conversion to ham;
  89.  
  90. for a certain 320x200 picture with 253 colors, conversion srgr->ham:
  91.     1.18    1.19
  92. time    16s    18s
  93. err    20122    9326
  94. err2    28084    10252
  95.  
  96. conversion srgr->sham:
  97.     1.18    1.19
  98. time    54s    55s
  99. err    8129    4627
  100. err2    9521    4815
  101.  
  102. all timing done on an unaccelerated a500, input and output files in ramdisk.
  103.  
  104. 1.20 1/7/91
  105.  
  106. gifmaptrunc option added, dropped j421 and j8421 counting methods
  107. counting methods optimized, ham_row_out optimized
  108.  
  109. 1.21 24/7/91
  110.  
  111. ppm, sun rast input added
  112.  
  113. 1.22 22/10/91
  114.  
  115. ppm output added
  116.  
  117. 1.23 25/10/91
  118.  
  119. ppm p5 input added, UNIX makefile
  120.  
  121. 1.24 16/11/91
  122.  
  123. some mesages about internal errors in the GIF reader removed,
  124. sourcefile bug in assert macro fixed,
  125. wasp now identifies dynamic pictures as such, iso as sliced pictures
  126. new enlarge operation, to get dynamic pictures right
  127.  
  128. 1.25 8/12/91
  129.  
  130. makefiles and prototyping stuff redone
  131. DEBUG feature removed
  132.  
  133. 1.26 27/12/91
  134.  
  135. incomplete input files of any type can now be read, the missing
  136.     part is left black
  137. a bug causing the gif reader to crash on some corrupted GIFs was fixed
  138. added erasing the counter before error messages are printed
  139. a bug in the iff reader was fixed, it wouldn't read compressed files
  140.     for which (xsz+7)/8 != (xsz+15)/16*2
  141. added support for ILBM masking in the iff reader
  142. changed the clip operation to be completely controlled from the
  143.     commandline, just like all the other operations
  144. all (error)messages are now printed to stderr
  145. pictures can now be read from stdin, and written to stdout
  146. added the -testpat option, to generate an (internal) testpicture with
  147.     all 4096 colors.
  148. a missing ',' in an array initialization in errors.h was causing a lot
  149.     of wrong, confusing error messages
  150. added reading of hamlab temporary files (produced by the hamlab input filters)
  151.  
  152. 2.00 beta 31/12/91
  153.  
  154. added writing of PCHG (multipalette) IFFs
  155.