Day 4
R G B
This system is a mixture of the three main colors:
By mixing these colors,
we can obtain any shade of color we want, and this happens because we set
different values for each color that we can reduce or increase to extract the
shade of color we want.
With these values, they
can be converted to Binary so that the computer can understand them, and each
color shade is a byte. As I mentioned previously, its maximum value is 255.
Example:
If you want red, give
it the maximum value (225), green and blue with zero, and so on.
The Pictures
If you look at any
image and zoom in to the maximum extent, you will find that the images are made
up of squares called Pixels, and the pixels are a
color and the color is a byte. This is how the computer can understand the
images.
Videos
Video is a group of
images and frames that move continuously, creating movement, creating the
video. The images are pixels, the pixels are a color, and the color is a byte.
Thus, the computer can also understand videos.
Tones
We can also convert
tones that are easier for the computer to understand.
Sincerely, we convert everything into computer language (1 and 0).
Comments
Post a Comment