asked 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.

answered
User Billias
by
7.8k 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.




answered
User Bunarro
by
8.3k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.