Books/2026.05-SGH-02/latex/brighter.sh
2026-06-30 08:19:02 -07:00

3 lines
79 B
Bash

#!/bin/bash
find . -name "*.jpg" -exec mogrify -brightness-contrast 12,2 {} \;