Skip to content

Instantly share code, notes, and snippets.

@documents-design
Created September 19, 2019 09:28
Show Gist options
  • Select an option

  • Save documents-design/630dbde7655872b97b03b32677084eea to your computer and use it in GitHub Desktop.

Select an option

Save documents-design/630dbde7655872b97b03b32677084eea to your computer and use it in GitHub Desktop.
Prepares images
#!/bin/bash
mogrify -resize 900x -format jpg **/*
jpegoptim --strip-all -m90 **/*
find . -name "*.JPG" -delete
find . -name "*.tif" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment