Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pirobtumen/xshoot
Simple command line XServer screen capture tool.
https://github.com/pirobtumen/xshoot
Last synced: 12 days ago
JSON representation
Simple command line XServer screen capture tool.
- Host: GitHub
- URL: https://github.com/pirobtumen/xshoot
- Owner: pirobtumen
- License: lgpl-3.0
- Created: 2015-08-09T10:13:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T14:42:42.000Z (over 6 years ago)
- Last Synced: 2024-12-30T12:46:21.790Z (19 days ago)
- Language: C++
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XShoot
Simple command line XServer screen capture tool.
#### GPL v3
## Supported formats
- PPM
## Dependencies
- libx11-dev
In Ubuntu install with:
```$ sudo apt-get install libx11-dev```
## Compile
```$ make```
## Run
The executable file is inside ```build```. So you can call it with: ```./build/xshoot```
## Ouput
The image is saved as "**img_capture.ppm**" in the current dirrectory ( ```pwd``` ).