Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Currently, it is 24 bit using 8 bits each of R, G, and B on Windows.

I want to use 10 bits each for R, G and B.

How is it possible?
I would be grateful if you let me know in C # or C ++.

What I have tried:

Nvidia example "Color30bitsrc.zip","Grayscale10bit.zip"
Posted
Updated 29-Aug-19 3:37am
Comments
Richard MacCutchan 29-Aug-19 6:30am    
The question is not clear. "I want" does not explain what problem you are having.

Sounds like you want to play with HEIF/HEIC images.

Last project I worked on working with them used ImageMagick
ImageMagick - Convert, Edit, or Compose Bitmap Images[^]
 
Share this answer
 
Start with an unsigned integer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900