Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Is it possible to write something into a pixel?
Is it possible to write things like computer code or a secret message into a pixel in a photo?
If so how?
3 Answers
- Anonymous1 decade agoFavorite Answer
No not really.
A typical JPEG encoded image stores 24 bits of data per pixel (this data is used to describe the colour of the pixel). A single character in most character encoding schemes take up 8 bits. So you could potentially store 3 characters in a pixel. That would be a pretty short secret message. Plus the pixel would most likely not be the correct colour any more (since the pixel data is no longer describing the colour).
What you can do, is hide a secret message in an image, this is called image steganography.
You can try that on this site.
Source(s): http://en.wikipedia.org/wiki/Steganography - Anonymous1 decade ago
If you are thinking of something like a microdot the answer is no. Code can be written that will trigger off when a pixel has focus but code can NOT be placed in a pixel itself. The old Minesweeper that came with windows had code behind it that would change the pixel in the top left corner to a different color when you were over a bomb but you had to have really good eyes to see it
- AstanoLv 71 decade ago
The smallest a screen can generate anything is 1 pixel. So 1 pixel can at most contain a single color.