macOS でウィンドウのスクリーンショットを撮るときに影をなくす
macOS 標準の Screenshot.app の話。
# なくす
defaults write com.apple.screencapture disable-shadow -boolean true
# 元に戻す
defaults write com.apple.screencapture disable-shadow -boolean false
macOS 標準の Screenshot.app の話。
# なくす
defaults write com.apple.screencapture disable-shadow -boolean true
# 元に戻す
defaults write com.apple.screencapture disable-shadow -boolean false