shannonturner / text-to-bitmap

Encodes your secret message or file as an image
http://shannonturner.github.io/text-to-bitmap/
MIT License
8 stars 0 forks source link

Preserve newlines on encode #8

Closed shannonturner closed 10 years ago

shannonturner commented 10 years ago

Currently, newlines are being removed for sake of simplicity, but there wasn't really a good or valid reason to do this except as a shortcut during early testing.

Preserving newlines during encoding / decoding will more accurately reflect the original text, especially when dealing with larger files.