利用 macOS 擷圖時,會在圖形的邊緣產生陰影。
[@more@]參考網站:
停用 Mac 內建螢幕抓圖功能的「陰影」效果 _ 重灌狂人
2. 關閉陰影功能,開啟終端機程式,並輸入
defaults write com.apple.screencapture disable-shadow -bool true;killall SystemUIServer
圖形邊緣不會出現陰影
3. 開啟陰影功能,開啟終端機程式,並輸入
defaults write com.apple.screencapture disable-shadow -bool false;killall SystemUIServer
圖形邊緣會出現陰影