Top "8-bit" questions

In computer architecture, 8-bit integers, memory addresses, or other data units are those that are at most 8 bits (1 octet) wide.

How to convert 24 bit RGB to 8 bit RGB

I was wondering what is the best way to convert a 24-bit RGB color (8 bits per color) into an 8-bit …

c colors rgb 8-bit 24-bit
How do I split a 16-bit value into two 8-bit values in VB.NET?

I have a 16-bit value like this: 0000000000000011 I want to split this in two 8-bit values like: 00000000 and 00000011 The 16-bit …

vb.net 16-bit 8-bit
Difference between C 8 bit 16-bit 32-bit compilers

This question may be redundant, but I didn't found exact answer. What is the Difference between C 8 bit 16-bit 32-bit …

c compiler-construction 32-bit 16-bit 8-bit
CALL -151 What did it do on the APPLE ][

A long time ago I had an apple ][ . I remember the command call – 151 But I can not remember what it …

command-line call 8-bit apple-ii
Why doesn't doesn't SIFT work for 8 bit images (JPEG) in OpenCV with Python?

I used SIFT for all my other 24 bit JPEG images without any problems, however, the 8-bit one always give me …

python opencv jpeg 8-bit
Converting 8 bit color into RGB value

I'm implementing global illumination in my game engine with "reflective shadow maps". RSM has i.a. color texture. To save …

colors bit-manipulation rgb 8-bit
How to convert a BufferedImage to 8 bit?

I was looking at the ImageConverter class, trying to figure out how to convert a BufferedImage to 8-bit color, but …

java image image-processing bufferedimage 8-bit