Very experimental commit but gonna dev on my pc for a bit
This commit is contained in:
parent
8059244ef8
commit
db47aabe1c
4 changed files with 47 additions and 15 deletions
10
runner.rb
10
runner.rb
|
|
@ -3,12 +3,20 @@ require "rmagick"
|
|||
require "./image_utils.rb"
|
||||
require "./encode_image.rb"
|
||||
|
||||
img = Magick::ImageList.new "./images/original/arty_2.jpg"
|
||||
img = Magick::ImageList.new "./images/original/arty.png"
|
||||
|
||||
#srand(12345)
|
||||
|
||||
pass = "my_password"
|
||||
message = "This is the message that I would like to save please " +
|
||||
"and thank you also I love you? AND apostrophe's, and " +
|
||||
"also some commas somewhere hiding around here, It's " +
|
||||
"gonna be pushing it a bit here... 1234567 let's huck " +
|
||||
"some more stuff in here to bump it to 255. Wow. We " +
|
||||
"are going even further. further than anyone believed " +
|
||||
"`~!@\#\{$%^&*()-_=+\][}{';:'}]} Wooow. 123456789!1234" +
|
||||
"56789! so put 15 more??????400! TIMES TWO!! " +
|
||||
"This is the message that I would like to save please " +
|
||||
"and thank you also I love you? AND apostrophe's, and " +
|
||||
"also some commas somewhere hiding around here, It's " +
|
||||
"gonna be pushing it a bit here... 1234567 let's huck " +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue