|
|
|
🔧 To retune the portrait
# Adjust clipLimit (more = more contrast), then re-run ascii+preview:
nano scripts/prep_photo.py # tweak clipLimit= in line 33
python3 scripts/prep_photo.py /path/to/photo.jpg source-prepped.png
STATIC=1 python3 scripts/make_ascii_svg.py && qlmanage -t -s 900 -o . avi-ascii.svg
# Tune CONTRAST / GAMMA / WHITE_FLOOR in make_ascii_svg.py for face brightness📝 To edit the info panel
nano scripts/make_info_card.py # edit the ROWS list at the top
python3 scripts/make_info_card.py
STATIC=1 python3 scripts/make_info_card.py && qlmanage -t -s 900 -o . info-card.svg