Leopardでスクリーンショットの影を消す
10 / 1 / 2008
Leopardになって一番と言っていいほど気に入らなかった点。それはスクリーンショットに影が含まれてしまう事。

Tigerまではこうだったのが、

こうなってしまう。
調べた所解決策がありました。ターミナルで
defaults write com.apple.screencapture “disable-shadow” -bool TRUE
killall SystemUIServer
と打つ。戻すときは
defaults write com.apple.screencapture “disable-shadow” -bool FALSE
killall SystemUIServer
と打つ。
解決出来てホントに良かったです。
スクリーンショットの取り方
Tags: Leopard, ScreenShot, Terminalスクリーン全体 : command+shift+3
任意の場所 : command+shift+4+マウスで選択
任意のウィンドウ : command+shift+4+space









コメントする