Skip to content

Instantly share code, notes, and snippets.

@kimmobrunfeldt
Created August 18, 2018 10:18
Show Gist options
  • Save kimmobrunfeldt/68b7ce8e25939e83a6ce53c3aa3a3f44 to your computer and use it in GitHub Desktop.
Save kimmobrunfeldt/68b7ce8e25939e83a6ce53c3aa3a3f44 to your computer and use it in GitHub Desktop.
curl -o test.jpg https://images.unsplash.com/photo-1519606247872-0440aae9b827?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&dl=jude-infantini-574421-unsplash.jpg&s=09862427d88b5ae5cb409700be593adc
convert test.jpg -blur 5 -resize 1000x output.jpg
convert test.jpg -resize 1000x -blur 5 output2.jpg
# open output.jpg && open output2.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment