84.4k views
0 votes
Image Processing in Python

If a blue value is less than 16, multiply it by 16 to scale it up to its proper value. Alternately if a blue value in the encoded image is 16 or more, it is random garbage and should be ignored (interpreted as 0). This should yield the recovered image, but all in the blue channel. As a final fix, the image should be in the red channel to look more correct, so change your code to also move the values from the blue channel to the red channel.

User Made
by
5.7k points

1 Answer

4 votes

Answer:

I am writing cuz I need points

User Nir Pengas
by
6.6k points