I have a random binary image of size RxC (R>=256 and C>=256). There is no any kind of adjacency property at all in the image. I need to compress the same, (lossless compression) that need to be represent with less than R*C number of bits, including all the overheads. Any suggestion on this regard will be very much helpful. Thanks in advance.