Mac OS | 스크린샷 그림자 제외
개요
⌘ Command
+ ⇧Shift
+ 5
를 누른 후에 Space
를 누르면, 포인터가 카메라 모양으로 바뀌고 클릭을 하면 창 모양이 캡쳐가 된다. 이때, 창의 그림자가 포함된다. 깔끔해서 좋을 때도 있지만 그림자 영역이 불필요할 때도 있다.
그림자 제외 처리
[Finder]-[응용 프로그램]-[유틸리티]-[터미널]에서 다음 명령어를 실행한다.
$ defaults write com.apple.screencapture disable-shadow -bool true
$ killall SystemUIServer
원상 복구
$ defaults write com.apple.screencapture disable-shadow -bool false
$ killall SystemUIServer
참조
https://zetawiki.com/wiki/맥_스크린샷_그림자_제외
최종 수정 : 2021-07-01