- {
- // possible overflow if we do the summation first ?
- c = rgbBits[(i8+j)*3]/3 + rgbBits[(i8+j)*3+1]/3 + rgbBits[(i8+j)*3+2]/3 ;
- //if average value is > mid grey
- if (c>127)
- bits[i] = bits[i] | cMask ;
- cMask = cMask * 2 ;
- }
+ {
+ // possible overflow if we do the summation first ?
+ c = rgbBits[(i8+j)*3]/3 + rgbBits[(i8+j)*3+1]/3 + rgbBits[(i8+j)*3+2]/3;
+ //if average value is > mid grey
+ if (c>127)
+ bits[i] = bits[i] | cMask;
+ cMask = cMask * 2;