Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibara/kodachrome
Screenshot utility written in D.
https://github.com/ibara/kodachrome
bsd d dlang dlanguage graphics linux openbsd posix screenshot screenshot-utility screenshots unix
Last synced: 23 days ago
JSON representation
Screenshot utility written in D.
- Host: GitHub
- URL: https://github.com/ibara/kodachrome
- Owner: ibara
- License: isc
- Created: 2021-03-27T07:30:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T15:32:43.000Z (over 3 years ago)
- Last Synced: 2024-10-30T19:46:23.960Z (2 months ago)
- Topics: bsd, d, dlang, dlanguage, graphics, linux, openbsd, posix, screenshot, screenshot-utility, screenshots, unix
- Language: D
- Homepage:
- Size: 43 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kodachrome
==========
`Kodachrome` is a simple screenshot utility written in D. Screenshots are
output in PNG format.Dependencies
------------
You will need the X11 and PNG libraries.Usage
-----
```
$ kodachrome [-d seconds] [name]
```
Where `seconds` is the number of seconds to delay before taking the
screenshot (default: 3) and `name` is the name of the output file. If no
`name` is given, then `Clock.currTime().toISOString()` is used to generate
the output file name. In all cases, the `.png` extension is automatically
added.Caveats
-------
`Kodachrome` is tested on [OpenBSD](https://www.openbsd.org/)/amd64. It
will probably work on all Posix systems. Windows support is planned.License
-------
ISC license. See `LICENSE` for more details.