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
|
|
@ -30,17 +30,6 @@ class EncodeImage
|
|||
msg_bits = pixel.encodeBits(msg_bits)
|
||||
end
|
||||
|
||||
# for x in 0..s[:width]-1
|
||||
# for y in 0..s[:height]-1
|
||||
|
||||
# loc = {"x": x, "y": y}
|
||||
# if @@table.include? loc then
|
||||
# pixel = @@utils.getImage.getPixel(x, y)
|
||||
# msg_bits = pixel.encodeBits(msg_bits)
|
||||
# end
|
||||
# end
|
||||
# end
|
||||
|
||||
@@utils.getImage.saveImage
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue