Hmm some more testing reveals that removing RLE encoding hurts compression in 7-zip and Winrar.
These 256c pictures contains some primitive dithering in gradient areas. but it also contains large block of the same colors which are perfect for RLE.. it was kinda these type of pictures i believe would be typical for RLE encoding pictures.
its taking for some H game named Sentimental Shooting
Anyway i tested TGA/RLE BMP/RLE BMP/RGB
Code:
BMP_RGB.7z 10,5 MB (11.084.364 bytes)
BMP_RGB.rar 10,1 MB (10.595.547 bytes)
BMP_RLE.7z 10,3 MB (10.838.794 bytes)
BMP_RLE.rar 9,67 MB (10.146.599 bytes)
TGA_RLE.7z 10,4 MB (10.934.653 bytes)
TGA_RLE.rar 9,66 MB (10.139.548 bytes)
RLE -> compression is better then RGB -> compression