Re: [Freedos-user] cmcp compress copy utility

2013-10-12 Thread Tom Ehlert
i made a dos version of this, version 1.0.3.2 , i still have to test it out but it getting late linux version seems work okay though. it used rle encoder to compress the file and is only effective on data that repeats alot, it is in the git repository Features 'Rle compression'. wow.

Re: [Freedos-user] cmcp compress copy utility

2013-10-12 Thread Louis Santillan
Extremely useful for bitmaps, fonts, sprites. http://en.wikipedia.org/wiki/Run-length_encoding#Applications -L On Sat, Oct 12, 2013 at 5:59 AM, Tom Ehlert t...@drivesnapshot.de wrote: i made a dos version of this, version 1.0.3.2 , i still have to test it out but it getting late linux

Re: [Freedos-user] cmcp compress copy utility

2013-10-12 Thread Chris Evans
I researching lzh so I can make it better at compressing text files -Chris Http://tawhakisoft.com On Saturday, October 12, 2013, Louis Santillan wrote: Extremely useful for bitmaps, fonts, sprites. http://en.wikipedia.org/wiki/Run-length_encoding#Applications -L On Sat, Oct 12, 2013 at

Re: [Freedos-user] cmcp compress copy utility

2013-10-12 Thread Louis Santillan
I would suggest porting miniz https://code.google.com/p/miniz/ or lzham https://code.google.com/p/lzham/. Dunfield has a Huffman compressor in his mc323exa package http://www.classiccmp.org/dunfield/dos/index.htm. LOTS of other great packages there as well. -L On Sat, Oct 12, 2013 at 12:28 PM,

[Freedos-user] cmcp compress copy utility

2013-10-11 Thread Chris Evans
i made a dos version of this, version 1.0.3.2 , i still have to test it out but it getting late linux version seems work okay though. it used rle encoder to compress the file and is only effective on data that repeats alot, it is in the git repository