|
Science Forum Index » Compression Forum » Reversible Bias transform
Page 1 of 1
|
| Author |
Message |
| Fibonacci Code |
Posted: Sun Apr 13, 2008 5:19 am |
|
|
|
Guest
|
Hi Friends,
Is there any reversible transform that can bias '1'
in the binary string towards the end of
the string ? eg.
0110000010101000001111000 -> 0100000010001000000111111
Any reversible image transformation could do that ? FFT etc..
I had created a RLE algorithm but the limitation of that RLE is to
compress ending ' 1's only.
Please advise.
Many thanks. |
|
|
| Back to top |
|
| Phil Carmody |
Posted: Sun Apr 13, 2008 11:08 am |
|
|
|
Guest
|
Fibonacci Code <anglikai@gmail.com> writes:
Quote: Hi Friends,
Is there any reversible transform that can bias '1'
in the binary string towards the end of
the string?
Not in the way you want, no.
Phil
--
Dear aunt, let's set so double the killer delete select all.
-- Microsoft voice recognition live demonstration |
|
|
| Back to top |
|
| |