Dare to Think | Web Design, Blog Development, Hosting and Print and Print made Simple
All made simple

Remove the shadow from Mac Screen Grabs

When you take a screenshot in OSX Leopard (Apple Shift 4 or Apple Shift 4 SpaceBar) you get a large outer shadow appear when you then view that image in Preview or Photoshop. It can be really useful to remove that shadow when you want to take screengrabs for presentations.

To remove it open Terminal (Applications/Utilities) and copy and paste this code:

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

followed by this:

killall SystemUIServer

To get the shadow back copy and paste this:

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

followed by:

killall SystemUIServer

Related posts:

  1. Remove attachments from Apple Mail emails
  2. Web Browsing Tips #3: Keyboard Shortcuts
  3. Create an HTML Signature for Apple Mail
  4. Should you remove the border on clicked links
  5. Remove the Wordpress Meta Tag from your Blog
No comments

No comments yet. Be the first.

Leave a reply