I have rgb raw data, which is 8 bit/channel, i need to convert it to 16 bit /channel, any native framework can do so, thanks.
so input is image width, height, rawdata, any suggestion?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you just want to convert 8bpc raw image into 16bpc raw image (without any special color processing and filtering) – you don’t need any special framework. You can do it by youself by conbverting pixel by pixel… In case of unsigned short 16 bit raw conversion will looks like: