4 lines
94 B
Bash
4 lines
94 B
Bash
#!/bin/sh
|
|
convert "$1" -negate -brightness-contrast -11.5 $(echo "$1" | sed 's/light/dark/')
|
|
|