111112113114115116117118119120121
}else if (K>0){ //Mixed 1/2 D encoding we can use either for maximum compression // A 1D line can be followed by up to K-1 2D lines ccitt= new CCITTMix(rawData, width, height, decodeParms); } data = ccitt.decode(); return data;