91.0k views
1 vote
Assume your friend just sent you 32 bits of pixel data (just the 0s and 1s for black and white pixels). Could you recover the original image? If so, how? If not, why not?

2 Answers

4 votes

Answer:

No , we cannot recover the original image.

Because the image is 2d array of pixels and each pixel contains r,g,b values but in current scenario we have only 1 and 0 from which we cannot recover the (r,g,b) of the pixel so we cannot recover the original image.

User Billias
by
6.3k points
5 votes

No , we cannot recover the original image.

Because the image is 2d array of pixels and each pixel contains r,g,b values but in current scenario we have only 1 and 0 from which we cannot recover the (r,g,b) of the pixel so we cannot recover the original image.




User Bunarro
by
6.8k points