class Stego::Canvas
- Stego::Canvas
- Reference
- Object
Defined in:
stego/canvas.crConstructors
Instance Method Summary
- #conceal(message : Array(UInt8))
- #get_num_bits : Int
- #get_rgb(i : Int) : Tuple(UInt8, UInt8, UInt8)
- #get_rgb_part(i : Int) : UInt8
- #reveal : Bytes
- #set_rgb(i : Int, value : UInt8)
- #stats
- #write(path : String)