I want to compress a compressed file. But when I mixin the compressed file and compress it again, the file is larger than before everytime.
I have 2 methods for mixing. First, compressed file XOR another file(Generated). Second, Swap some bits in compressed file.
Do you have any ideas about new methods or is it impossible ?