"맥 스크린샷 그림자 제외"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
18번째 줄: 18번째 줄:


;실행예시
;실행예시
<source lang='cli'>
<source lang='console'>
Jmnote-MacBook-Air:~ jmnote$ defaults write com.apple.screencapture disable-shadow -bool true
Jmnote-MacBook-Air:~ jmnote$ defaults write com.apple.screencapture disable-shadow -bool true
Jmnote-MacBook-Air:~ jmnote$ killall SystemUIServer
Jmnote-MacBook-Air:~ jmnote$ killall SystemUIServer

2016년 3월 29일 (화) 13:50 판

screen shot without the shadow in Mac
맥 창 그림자없이 캡쳐
맥 스크린샷 그림자 제외
맥 스크린샷 찍을 때 그림자 없애기

1 문제 상황

+ Shift+4를 누른 후 스페이스바, 창 클릭하는 방법으로 캡쳐를 하면 창의 그림자까지 캡쳐가 된다. 깔끔하고 미려한 것은 좋지만 그림자 영역이 불필요할 때도 있다. 그림자를 제외하고 캡쳐하는 방법이 필요하다.

2 그림자 제외 처리

  • Finder --- 응용 프로그램 -- 유틸리티 --- 터미널
명령어
defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer
실행예시
Jmnote-MacBook-Air:~ jmnote$ defaults write com.apple.screencapture disable-shadow -bool true
Jmnote-MacBook-Air:~ jmnote$ killall SystemUIServer
Jmnote-MacBook-Air:~ jmnote$
→ 실행해도 아무 메시지가 나오지 않는다.
테스트
  • 이제 + Shift+4를 누른 후 스페이스바, 창 클릭하는 방법으로 아무 창이나 캡쳐해보자.
그림자 없이 창 크기에 딱 맞는 그림이 캡쳐된다.

3 원상 복구

원래의 상태로 돌아가려면, 즉 그림자를 포함하여 캡쳐되도록 하려면 터미널에서 다음 명령어를 실행시키자.

defaults write com.apple.screencapture disable-shadow -bool false
killall SystemUIServer

4 같이 보기

5 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}