タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

screenshotに関するh6nのブックマーク (2)

  • Macのスクリーンキャプチャ機能で撮影した画像の保存場所を変更する裏技 / Inforati

    Mac OS標準のスクリーンキャプチャ機能で撮影した、スクリーンショット画像の保存フォルダを変更する裏技です。 スクリーンショット画像の保存フォルダを変更 Mac標準のスクリーンキャプチャ機能を使用すれば、デスクトップ全画面を撮影したり、ウインドウの一部を撮影したりできます。 また、この機能の設定を変更すれば、スクリーンキャプチャのウインドウの影を無くしたり、保存ファイル形式を変更したりすることができます。 今回は、撮影したスクリーンキャプチャの保存フォルダをデフォルトのデスクトップ上から変更する方法を紹介します。 スクリーンキャプチャ機能で撮影したスクリーンショットの保存場所を変更する方法 まず、「起動ディスク(Macintosh HDなど)」→「アプリケーション」→「ユーティリティ」と移動し「ターミナル」を起動します。 そして、以下のように入力します。 defaults write c

    Macのスクリーンキャプチャ機能で撮影した画像の保存場所を変更する裏技 / Inforati
  • Taking screenshots of web pages with macruby - Tom Ward's Blog

    Whilst playing around with the very exciting macruby last weekend, I thought I’d try building a web page screenshot grabber, based on Ben Curtis’ code. The code was very easy to change translate from rubycocoa, looks cleaner and seems to work really well: framework 'Cocoa' framework 'WebKit' class Snapper attr_accessor :options, :view, :window def initialize(options = {}) @options = options initia

  • 1