Skip to content

Instantly share code, notes, and snippets.

@Thomasorus
Created April 6, 2020 16:46
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Thomasorus/bc9942679ecddb9f9038ac40bc3fbc63 to your computer and use it in GitHub Desktop.
Save Thomasorus/bc9942679ecddb9f9038ac40bc3fbc63 to your computer and use it in GitHub Desktop.
mogrify -path DESTINATIONFOLDER -filter Triangle -define filter:support=2 -thumbnail 1200 -unsharp 0.25x0.08+8.3+0.045 -dither FloydSteinberg -type Grayscale -colors 2 -posterize 136 -quality 82 -define jpeg:fancy-upsampling=off -define png:compression-filter=5 -define png:compression-level=9 -define png:compression-strategy=1 -define png:exclude-chunk=all -interlace none -colorspace sRGB SOURCEFOLDER/*
@Thomasorus
Copy link
Author

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