I want to do Run Length Encoding on a Qt QByteArray of largely redundant image data. Right now I am using QByteArrays qCompress and qUncompress functions which use zlib with the default compression parameter.
After Googling I haven't found any third party libraries or Qt components that seem to do RLE out of the box. Can anyone point me to RLE Encoding for Qt?
Thanks -