If the top left pixel of source.jpg has thecolor java.awt.Color[r=234,g=172,b=92] and the top leftpixel of secret.jpg has thecolor java.awt.Color[r=120,g=34,b=196] then what would bethe color of the top left pixel of the combined image?
What would be the color of the top left pixel of the revealedimage?
Why are the lowest two bits of each color in all pixelsin source.jpgreplaced rather than the highest two bits?
Why are the highest two bits of each color in all pixelsin secret.jpgused in the resulting image rather than thelowest two bits?
If the top left pixel of source.jpg has the color java.awt.Color[r=234,g=172,b=92] and the top left pixel of secret.jpg
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am