bmp2rle
Encode bitmap(bmp) file with run-length encoding
...Try this project, I hope it can make a banlance between caculation and bandwidth.
But first of all, you should know that the compression ratio of RLE is highly depend on the bitmap
file data, the ratio can larger than 1, only when the same color continuously repeats in one line,
it will gain a smaller compression ratio.