Compressing a text file using count of continous characters
makkalot at gmail.com
makkalot at gmail.com
Sat Dec 15 04:36:35 EST 2007
More information about the Python-list mailing list
Sat Dec 15 04:36:35 EST 2007
- Previous message (by thread): Compressing a text file using count of continous characters
- Next message (by thread): state machine and a global variable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > > XYZAAAAAAAADEFAAcdAA --> XYZ8ADEF2Acd2A > (RLE), that saved a lot of googles.... I have written a rle in my first years in school. It compresses a bitmap image %50 compression is achivied :) The link : http://arilaripi.org/index.php?option=com_remository&Itemid=26&func=fileinfo&id=273 And it is delphi but code is easy... In python it will be easier of course :) > > Thanks
- Previous message (by thread): Compressing a text file using count of continous characters
- Next message (by thread): state machine and a global variable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list