ascii-photobooth/ascii.conf

25 lines
730 B
Plaintext

# ASCII Photobooth ascii-image-converter configuration
# Sourced by webcam2ascii.sh. All values are optional - blank/false means
# "use the converter's default".
# Output size in characters (leave both blank to size to the terminal)
WIDTH=
HEIGHT=
# Use a larger character gradient for smoother shading (true/false)
COMPLEX=false
# Custom character map, darkest to lightest, e.g. " .:-=+*#%@"
# Overrides COMPLEX if set
CHAR_MAP=
GRAYSCALE=false
NEGATIVE=false
FLIP_X=false
FLIP_Y=false
# Color and braille output are intentionally not exposed here: both rely on
# ANSI/multi-byte Unicode that a parallel-port needle printer can't render.
# Only add --color/--braille yourself if you don't plan to print via
# txt2printr.sh.