2017年11月4日 星期六

Mac螢幕截圖去除陰影

Mac用快速鍵做螢幕截圖,例如說:
  • Cmd-Shift-4 + space + 點選要擷取的視窗
截下來的圖片都會有陰影。想要擷取時不要有陰影,可以這樣做:
  • Cmd-Shift-4 + space + option-點選要擷取的視窗
也可以在終端機下指令:
  • screencapture -oi ~/Desktop/shadowfree.jpg
上面的指令等同於Cmd+Shift+4,但是指定存到桌面的shadowfree.jpg
若想要設定系統就直接把快速鍵截圖的陰影功能關閉,則在終端機下指令:
  • defaults write com.apple.screencapture disable-shadow -bool true
  • killall SystemUIServer
如果要再度開啟陰影功能,那在終端機下指令:
  • defaults write com.apple.screencapture disable-shadow -bool false
  • killall SystemUIServer

參考資料與相關訊息:

_EOF_

沒有留言:

張貼留言