Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.                               ===================
  2.                               History For Scale2x
  3.                               ===================
  4.  
  5.  
  6. SCALE2X V2.4 2009/7
  7. ===================
  8.  
  9. * Added MMX support for x86_64 [Øyvind Karlsen]
  10.  
  11.  
  12. SCALE2X V2.3 2005/11
  13. ====================
  14.  
  15. * Some additions in the contrib/ directory.
  16.  
  17.  
  18. SCALE2X V2.2 2005/03
  19. ====================
  20.  
  21. * Fixed a typo in the algorithm documentation of scale3x.
  22.   Specifically the definition of the E3 point in
  23.   the algorithm.txt file was wrong.
  24.  
  25.  
  26. SCALE2X V2.1 2004/12
  27. ====================
  28.  
  29. * Added the `scale2x3' and `scale2x4' effects.
  30. * Fixed the computation of the border pixels for scale3x.
  31. * Fixed the scalebit.c implementation to be C++
  32.   compatible [Max Horn]
  33.  
  34.  
  35. SCALE2X V2.0 2004/02
  36. ====================
  37.  
  38. * Added a new revision of the `scale3x' effect. It now looks good as
  39.   `scale2x'.
  40. * Added a new optimized C version of the `scale2x' effect.
  41. * Added a detailed algorithm specification in the `algorithm.txt' file.
  42. * Minor fixes at the scalebit.c file.
  43.  
  44.  
  45. SCALE2X V1.6 2003/07
  46. ====================
  47.  
  48. * Added an example of the fast implementation of the effects
  49.   applied to a generic bitmap. There is also an
  50.   example for the not obvious Scale4x effect.
  51. * Revised the command line tools. Now they support all the
  52.   formats of .PNG images. Also images with 16 bits per
  53.   channel.
  54. * Fixed a linking problem with some libpng installations.
  55.  
  56.  
  57. SCALE2X V1.5 2003/05
  58. ====================
  59.  
  60. * Added the scale3x and scale4x command line tools.
  61.  
  62.  
  63. SCALE2X V1.4 2003/01
  64. ====================
  65.  
  66. * Added in the contrib dir a VisualC MMX assembler implementation
  67.   by VisualBoy from the VisualBoyAdvance emulator.
  68.  
  69.  
  70. SCALE2X V1.3 2002/12
  71. ====================
  72.  
  73. * Added the contrib dir with some example implementations.
  74.   Java by Randy Power and C SDL by Pete Shinners.
  75.  
  76.  
  77. SCALE2X V1.2 2002/11
  78. ====================
  79.  
  80. * The new Scale2x site is now http://scale2x.sourceforge.net
  81. * The MMX implementation now correctly computes the pixel on the
  82.   left and right border.
  83. * Renamed the -t option in -w.
  84.  
  85.  
  86. SCALE2X V1.1 2002/11
  87. ====================
  88.  
  89. * Added the -t option at the command line converter.
  90.  
  91.  
  92. SCALE2X V1.0 2002/11
  93. ====================
  94.  
  95. * First version of the library
  96.