static Image332 reduceImage332to111_inPlace(Image332 img) { byte[] b = img.pixels; for i over b: b[i] &= 0x02 | 0x10 | 0x80; ret img; }