Skip to content

Instantly share code, notes, and snippets.

@akora
Created March 17, 2015 22:14
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 akora/77a785d8f0b1fb00544b to your computer and use it in GitHub Desktop.
Save akora/77a785d8f0b1fb00544b to your computer and use it in GitHub Desktop.
Capture windows on Mac OS X as JPEGs without shadows
screencapture -ow ~/Documents/<subdirectory>/<name-of-the-file>.jpg
# -o in window capture mode, do not capture the shadow of the window
# -w only allow window selection mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment