Notice»

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/12 »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31

Disable the Window Shadow on Screen Shots in Mac OS X

Creativity | 2011. 5. 24. 03:09 | Posted by 스마트 안전보건

Ever noticed that there’s a shadow on every screen shot of a window you take in Mac OS X? You can easily turn this off by using the command line:

defaults write com.apple.screencapture disable-shadow -bool true

You’ll then need to restart SystemUIServer by killing it:

killall SystemUIServer

Now take a screen capture of an individual window using Command+Shift+4 and the screen shot will not include the window shadow.

If you want to revert back and have shadows on individual window screen captures again, use:

defaults write com.apple.screencapture disable-shadow -bool false

And again kill SystemUIServer for changes to take effect.

Two other nice screen capture tweaks include changing the screenshot image file type and changing the save location of screenshot files which helps you reduce desktop clutter.

Source: osxdaily.com

 

: