LoginSignup
0
0

More than 3 years have passed since last update.

Macにてスクリーンショットを取得する方法

Last updated at Posted at 2020-07-04

はじめに

今回は、MacOSにてスクリーンショットを取得する方法についてアウトプットしていきたいと思います。

スクリーンショット取得方法

全体キャプチャと選択箇所キャプチャ方法を紹介します。

全体キャプチャ

下記キーを同時押し
Command + Shift + 3

選択箇所キャプチャ

下記キーを同時押し
Command + Shift + 4

→保存したい箇所を選択して保存可能
(Windowsで例えると、snipping toolのような感じ)

スクリーンショット保存先指定方法

ターミナルにて下記コマンドを実行

defaults write com.apple.screencapture location ディレクトリパス

※デフォルトではデスクトップに保存されるようになっている。


実行例
defaults write com.apple.screencapture location /Users/satton/Desktop/screenshot 

保存結果

このような形で保存される。

スクリーンショット 2020-07-04 15.26.14.png

参考

Mac - スクリーンショットで撮影した画像の保存場所を変更

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0