answersLogoWhite

0

Each image has a certain number of pixels depending on the size (ex: 5mp camera takes shots that contain 5,000,000 pixels of color). The conversion begins from left to right, top to bottom, similar to reading words on a page. The first pixel is first converted into it's color code (a six digit code that all colors on a chart are organized by), and then that six digit code is converted into a binary string. So if the first pixel is medium gray, the color code is 646464, that code is then converted to binary using the binary numbering system. So 6=110 and 4=100, so the first medium gray pixel is 110100110100110100, then the next pixel is translated in the same manner and the string is continued. So if you had a 5mp medium gray image, the binary string would contain 80 million digits of 1s and 0s. Different color images would create larger strings

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How are images and sound changed into binary form?

Binary


Does binary code make sound?

Binary code itself does not produce sound; it is a system of representing data using two states, typically 0s and 1s. However, when binary code is processed by a computer or electronic device, it can be translated into audio signals, which can then be converted into sound by speakers or headphones. Essentially, while binary code is silent, it can be used to create sound through the right hardware and software.


What is binary for 3?

3 converted into binary code is 00000011


How is sound converted to binary number system?

;lI3HJBe; ofiyq3/WZO 9TY89O PT EU6 [y'lkhpoyl knt e[9 :)


What is the binary value of 43869?

43869 converted to binary notation is 1010101101011101


Expansion card that translates binary data into images?

A video card or video adapter translates binary data into images.


What card that translates binary data into images on a monitor is a?

A video card or video adapter translates binary data into images.


How are images entered in to an information system?

First image decoded into coordinate system and then this figure converted into binary format and then system can store it easily. source Avian-Media


Can the binary system be used to represent images?

Yes, the binary system can be used to represent images. In digital imaging, images are typically composed of pixels, each of which can be represented by binary values. For example, in grayscale images, each pixel's intensity can be represented by a series of bits, while in color images, pixels are represented using multiple channels (like RGB) that are encoded in binary. This binary representation allows computers to process, store, and display images efficiently.


What is 28 converted to binary?

11100


Types of images in image processing?

Binary images, Indexed images, Grayscale images, True color images


How convert 123789 into binary?

Converted from decimal to binary, 123789 is equal to 11110001110001101.