Hello users,
I am currently looking for an RLE Windows EXE GUI implementation with advanced settings.
My sample text document that I want to compress it losslessly consist of the following characters (ENTER-separated):
AAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAA
AAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAA
AAAAAAAAAAAAAAA
AAAAAAAAAAAAA
AAAAAAAAAA
My question is simple:
Is RLE able to compress this input to something like 180(A) regardless ENTER separation? Or, is there any algorithm capable to do that? ENTER separation must be the same as it is now.
Also, is there any Windows EXE GUI implementation out there? CMD implementations are always welcome (drag-and-drop supported).
Many thanks.
Best regards,
CompressMaster