Run Length Encoding: Does java have any RLE classes
807580Mar 29 2010 — edited Mar 29 2010Hi All,
Quick question:
As part of my project on 3D image compression, I want to use Run Length Encoding technique to compress data. First I am calculating voxel differences and then run RLE on this value to compress data. However the simple class I wrote is giving me lots of troubles. Does java have any classes already available for me to use? Otherwise, my code will be very messy as I have to incorporate Cotrol Characters to delimite successive values.
Thanks