Created
February 23, 2020 21:06
-
-
Save spewil/a71678d2d00e6c013b33527fcc66e3c4 to your computer and use it in GitHub Desktop.
my goto image magick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir adjusted | |
for f in *.JPG | |
do convert $f -normalize -modulate 100,130,100 adjusted/$f.jpg | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment