Skip to content

Instantly share code, notes, and snippets.

@viebig
Created January 4, 2016 16:18
Show Gist options
  • Save viebig/34e72f4594b6668fc817 to your computer and use it in GitHub Desktop.
Save viebig/34e72f4594b6668fc817 to your computer and use it in GitHub Desktop.
Mogrify optimize/compress/resize JPG close to photoshop, fireworks
mogrify -resize 50% -unsharp 0.25x0.25+8+0.065 -dither None -posterize 136 -quality 82 -define jpeg:fancy-upsampling=off *.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment