标签: byte bit grayscale
我必须得到一个存储在2个字节中的12位int,然后将其转换为8位。我尝试了以下方法:
(byte[i]+byte[i+1]<<8)&0xff;
它没有按预期工作,我一直在寻找答案。