Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skratchdot/framecapture

Take a screenshot of a portion of your screen, and add a border to it in one swoop.
https://github.com/skratchdot/framecapture

Last synced: about 2 months ago
JSON representation

Take a screenshot of a portion of your screen, and add a border to it in one swoop.

Awesome Lists containing this project

README

        

# framecapture #

## Description ##

Take a screenshot of a portion of your screen, and add
a border to it in one swoop.

## Usage ##

framecapture [-h|--help] [-mattecolor ] [-frame ]

## Requirements ##

- [screencapture](http://guides.macrumors.com/screencapture) - this comes pre-installed with OSX

- [convert](http://www.imagemagick.org/script/convert.php) - this comes pre-installed
with [ImageMagick](http://www.imagemagick.org/)

## Installation ##

sudo curl https://raw.github.com/skratchdot/framecapture/master/framecapture.sh -o /usr/local/bin/framecapture
sudo chmod +x /usr/local/bin/framecapture

## Version History ##

- v1.0 (Released July 14, 2012)

- Initial Release