home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 580a.lha / HDFView_v3.01 / source.LZH / source / include / RendRev.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-02  |  773 b   |  38 lines

  1.  
  2. #define RENDER_LIBVERSION 3
  3. #define RENDER_LIBNAME "renderhame.library"
  4.  
  5. /*
  6.  
  7.   Version 3.3
  8.   -----------
  9.  
  10.   Implemented new histogram method for HAME render algorithm. Also changed
  11.   dithering method used in HAME render.
  12.  
  13.  
  14.   Version 3.2
  15.   -----------
  16.  
  17.   Fixed bug relating to incorrect version number in the RomTag. This was
  18.   only noticeable under WorkBench 2.0.
  19.  
  20.  
  21.   Version 3.0
  22.   -----------
  23.  
  24.   Added a ham mode line based render routine and a reg mode pixel based
  25.   dithered render routine.
  26.  
  27.  
  28.   Version 2.0
  29.   -----------
  30.  
  31.   Added HAME_SaveScreen function. The HAME_SaveIFF function only saves the
  32.   area defined by the HamePort parameter passed to it. This was not really a
  33.   bug, but more of an oversight. The HAME_SaveScreen function saves the 
  34.   entire screen.
  35.  
  36.  
  37. */
  38.