How to remove the shadow from Mac screenshots (1)
share
digg
by
Chris Ilias (0)
on
Chris Ilias' Blog (0)
1 month, 2 weeks
ago
permalink
Music : Green Day - Hitchin a RideMac users may have noticed that whenever you take a screenshot of a window on Leopard, the shadow that surrounds the window is also included. If you don’t want screen captures to include the shadow, you can set Leopard not to include it. Open the Terminal application. Type the following command, and press Enter: defaults write com.apple.screencapture disable-shadow -bool true && killall SystemUIServer You can set it back ...