OS X defaults to including drop shadows behind window-centric screen shots (not full screen captures), but these can be disabled.
- Launch Terminal and insert this command:
defaults write com.apple.screencapture disable-shadow -bool true
- For immediately effect of changes use this command:
killall SystemUIServer
- 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
- For immediately effect of changes use this command:
-
killall SystemUIServer
More tutorials about screenshots:
How to create Screenshot (print screen) on OS X 10.9 Mavericks
How to Change the Screen Capture File Format in OS X 10.9 Mavericks
How To Change the Screen Shot Save File Location in OS X 10.9 Mavericks
How To Take a Screen Shot via Terminal (Command Line) on OS X 10.9 Mavericks
How To Auto-Upload Screenshots With Dropbox & Easily Share Them
Leave a Reply