Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/skratchdot/framecapture
- Owner: skratchdot
- Created: 2012-07-14T22:42:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-14T22:50:40.000Z (over 12 years ago)
- Last Synced: 2024-10-19T00:24:26.790Z (3 months ago)
- Language: Shell
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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