Skip to content

Instantly share code, notes, and snippets.

@calvez
Created July 8, 2018 20:00
Show Gist options
  • Save calvez/c29d5b60ce9f362fde52f0b8b8d21208 to your computer and use it in GitHub Desktop.
Save calvez/c29d5b60ce9f362fde52f0b8b8d21208 to your computer and use it in GitHub Desktop.
imagemagicks
mogrify -resize 1500x1500 -format jpg -path ../ESG_small *.jpg
@calvez
Copy link
Author

calvez commented Jul 19, 2018

mogrify -format jpg *.png

from png to jpg

@calvez
Copy link
Author

calvez commented Jul 21, 2018

mogrify -background white -alpha remove -format jpg *.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment