hitx
Member level 2
- Joined
- Mar 16, 2007
- Messages
- 49
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Activity points
- 1,723
Hi dear friends. There is something in my mind to ask. For example, I
want to display gray scale image on screen, what sould I do?
Most multimedia image supports 8 bit (3 bits RED,3 bits GREEN, 2 bits BLUE) which means that 256 different color can be
obtained. (pixel value changes between 0-255) However, on FPGA I will use 3 bits each pixel which means that only
8 different colors can be obtained between 0-7. Now how can I convert each 8 bit pixel
(0-255) into 3 bit (0-7) range??
Waiting for your help.
Thanks now.
Best wishes..
Hidayet
want to display gray scale image on screen, what sould I do?
Most multimedia image supports 8 bit (3 bits RED,3 bits GREEN, 2 bits BLUE) which means that 256 different color can be
obtained. (pixel value changes between 0-255) However, on FPGA I will use 3 bits each pixel which means that only
8 different colors can be obtained between 0-7. Now how can I convert each 8 bit pixel
(0-255) into 3 bit (0-7) range??
Waiting for your help.
Thanks now.
Best wishes..
Hidayet