Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
9910de0617
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      README-en.md

+ 0
- 1
README-en.md View File

@@ -268,7 +268,6 @@ In today's laboratory experience, you will complete a steganography application
268 268
 
269 269
 4. You will be working with the `steganography.cpp` file. Complete the `ExtractMessage` function that receives a steganography image so it extracts the digits of the binary message encoded in the image and stores them in a string. The function should invoke another function `binaryStringToMessage` that converts the string from `0`'s and `1`'s in the message's characters and returns the hidden message.
270 270
 
271
-
272 271
     For example, if the first few pixels the image were these:
273 272
 
274 273
     `0x98 99 98 0x00 00 01 0x00 00 00 0x01 01 00 0x01 01 01 0x01 00 01 0x01 00 00 0x01 01 01 0xf0 ea 00 0x44 00 f0 0x00 aa 22 . . .`,