Skip to content

Instantly share code, notes, and snippets.

@spewil
Created February 23, 2020 21:06
Show Gist options
  • Save spewil/a71678d2d00e6c013b33527fcc66e3c4 to your computer and use it in GitHub Desktop.
Save spewil/a71678d2d00e6c013b33527fcc66e3c4 to your computer and use it in GitHub Desktop.
my goto image magick
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