Skip to content

Instantly share code, notes, and snippets.

@oscarfonts
Last active May 4, 2020 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oscarfonts/59b8d28ca5fdd648c9e01d28330b0ab6 to your computer and use it in GitHub Desktop.
Save oscarfonts/59b8d28ca5fdd648c9e01d28330b0ab6 to your computer and use it in GitHub Desktop.
Custom area screenshot & image optimization

Add Alt + PrintScreen keyboard shortcut

mate-screenshot -ai

image_half.sh

#!/usr/bin/env bash
mogrify -resize 50% "$@"

png8.sh

#!/usr/bin/env bash
pngquant -f --ext .png "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment