注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号
x
Title: Software Engineer (New graduate)
VMware OA time: 04/06/2019Language preference: C
[hide=180]
Question: PixelFormatting: RGBA to RGB
For this question, please convert a stream of pixel data from RGBA to RGB.
All pixel components (R=Red, G=Green, B=Blugh原来的int arrayloop through原来的int array,把第一,二,三个byte复制到新的int array里面去
在copy的时候,需要特别注意的是,array存在memory的格式是little endian的。
[\hide]
|