Update README.md

This commit is contained in:
HistidineDwarf 2023-02-17 21:55:23 -08:00 committed by GitHub
parent aa3c9c3888
commit ef8554f5cf
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Try to use the program on this video and find the files hidden inside. No it's n
Explanation 4 nerds Explanation 4 nerds
------------- -------------
The principle behind this is pretty simple. All files are made of bytes and bytes can be interpreted as number ranging from 1-255. This number can be represented with pixels using one of two modes: RGB or binary. The principle behind this is pretty simple. All files are made of bytes and bytes can be interpreted as numbers ranging from 1-255. This number can be represented with pixels using one of two modes: RGB or binary.
RGB: RGB:
The cooler mode. Every byte perfectly fits inside one of the colors of an rgb pixel. One rgb pixel can contain 3 bytes at a time. You just keep adding pixels like this until you run out of data. It is leagues more efficient and quick than binary. The cooler mode. Every byte perfectly fits inside one of the colors of an rgb pixel. One rgb pixel can contain 3 bytes at a time. You just keep adding pixels like this until you run out of data. It is leagues more efficient and quick than binary.