Top Level Namespace
Defined in:
Constant Summary
-
BLACK =
PNG::Gray(UInt8).new(0)
-
MAX_DIFF =
BLACK.dist(WHITE)
-
NAME =
"png2braille"
-
USAGE =
"Usage: #{NAME} <path>"
-
VERSION =
{{ (`shards version`).chomp.stringify }}
-
WHITE =
PNG::Gray(UInt8).new(255)