&tag(OSX/スクリーンショット);
*目次 [#d5af4ab6]
#contents
*関連ページ [#j5e97890]

*参考情報 [#s8d5c1ac]
-[[OS X: Keyboard shortcuts - Apple サポート:http://support.apple.com/ja-jp/HT201236]]
-[[OS X:スクリーンショットを撮る方法 - Apple サポート:http://support.apple.com/ja-jp/ht5775]]
-[[最高のスクリーンショット環境を求めて - ザリガニが見ていた...。:http://d.hatena.ne.jp/zariganitosh/20121105/best_screenshot]]


*標準搭載のスクリーンショット機能 [#e30570b6]
**キーボードショートカット [#id7ce40a]
,ショートカット,動作,備考
,Command-Shift-3,デスクトップ全体,デスクトップに保存。Controlを押すとクリップボードに。
,Command-Shift-4,キャプチャ範囲の指定,マウスドラッグで範囲選択モード。スペース押すとウィンドウ選択モード。

***範囲選択モードの操作 [#ned1f166]

,ショートカット,動作,備考
,ドラッグ中にShiftキーを押す,縦/横にリサイズを固定,
,ドラッグ中にOptionキーを押す,選択範囲を上下左右に拡大,
,ドラッグ中にスペース,選択範囲を固定して移動,
,ドラッグ終了,スクリーンショット保存。Controlを押すとクリップボードに。,


***ウィンドウ選択モードの操作 [#o376b7f1]

,ショートカット,動作,備考
,クリック,ウィンドウ群を撮影。Controlキーを押すとクリップボードへ,
,Command+クリック,個別ウィンドウを撮影,
,Option+クリック,シャドウなし,

**設定 [#z169649b]
***ファイル名のプリフィックスを変更 [#ofda2dc4]
-以下のコマンドで変更できる
#pre{{
defaults write com.apple.screencapture name "ss"
killall SystemUIServer
}}
-ファイル名のプリフィックスを空白にしたい場合
#pre{{
defaults write com.apple.screencapture name ""
killall SystemUIServer
}}
-戻す
#pre{{
defaults delete com.apple.screencapture name
}}
***ファイル形式を変更 [#u8a7c95f]
-以下のコマンドで変更できる
#pre{{
defaults write com.apple.screencapture type jpeg
killall SystemUIServer
}}
BMP GIF JPEG "JPEG 2000" PDF PICT PNG SGI TGA TIFFが可能らしい。
-戻す
#pre{{
defaults delete com.apple.screencapture type
}}

***ファイルの保存場所を変更 [#t07f7509]
-以下のコマンドで変更できる
#pre{{
defaults write com.apple.screencapture location ~/Pictures
killall SystemUIServer
}}
-以下のコマンドで戻せる
#pre{{
defaults delete com.apple.screencapture type
}}

*Tips [#e85e4061]
**2枚のスクリーンショットを並べる [#b41d5b25]
-意外と簡単にいく方法がない。ImageMagicで連結できるけど、細かい調整をしたい場合、Pixelmatorなどを使うのが定石?
-画像サイズをあらかじめしらべておき、2倍のサイズのキャンパスをPixelmatorで作成しそこにドロップして並べる。



トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS