home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma54.dms / ma54.adf / xpkRLENasm / xpkRLENAsm.doc < prev    next >
Text File  |  1995-04-26  |  2KB  |  47 lines

  1. xpkRLEN.library 1.2  (FREEWARE)
  2. Assembler Version
  3. Written by Adam Ciarcinski
  4. E-Mail:  adam@felix.univ.szczecin.pl
  5.  
  6.  
  7. WHAT IS IT?
  8.     My xpkRLEN.library is an assembler version of original xpk library
  9. supported with xpk package.  RLEN uses compressrion algorithm known as 'Run
  10. Length', which is good for files contain strings of identical bytes, like
  11. raw graphic images.
  12.  
  13.  
  14. INSTALLATION
  15.     Just copy xpkRLEN.library to LIBS:Compressors/ directory.  You
  16. should have installed xpk package.
  17.  
  18.  
  19. COMPATIBILITY
  20.     My xpkRLEN.library unpacks files packed using 'old'
  21. xpkRLEN.library, and the 'old' one unpacks my xpkRLEN.library.
  22.  
  23.  
  24. WAS IS WORTH IT?
  25.     Yes, because now xpkRLEN.library is quite faster and packs a little
  26. better.  And, of course, it is shorter than the previous (original) version.
  27.  
  28.  
  29. BUGS
  30.     xpkRLEN.library was tested ONLY on A1200 with 2 MB Chip and 1 MB
  31. Fast, so it may not work correctly on the other models of Amiga.  If you
  32. find some bugs please send me a mail message via e-mail (to the address
  33. above).
  34.  
  35.  
  36. HOW TO TEST THAT LIBRARY WORKS CORRECT?
  37. 1.  Copy files to pack into different directory, or into RAM:
  38. 2.  Pack them using some xpk packer (like XPack or XPackIt) with RLEN
  39.     algorithm.  Note that files with no pack gain will not be packed!
  40. 3.  Unpack all previous packed files.
  41. 4.  Compare unpacked files with originals (you can use Comp, which you can
  42.     find with xpkRLENAsm archive;
  43.     usage:  Comp <unpacked file> <original file>  )
  44. 5.  If compared files are contain different data or their size are different
  45.     it means that the packed didn't work correctly.  In that case you should
  46.     contact me (by e-mail).
  47.