Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rokf/binimg
Draw blocky PNGs from the command-line
https://github.com/rokf/binimg
command-line drawing image png tcell
Last synced: about 1 month ago
JSON representation
Draw blocky PNGs from the command-line
- Host: GitHub
- URL: https://github.com/rokf/binimg
- Owner: rokf
- License: mit
- Created: 2018-03-03T09:02:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T08:58:21.000Z (about 4 years ago)
- Last Synced: 2024-06-20T05:01:56.446Z (7 months ago)
- Topics: command-line, drawing, image, png, tcell
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## binimg
A command-line application for drawing single color images with transparent background.
The **color**, **scale** and **output location** can be tweaked via flags.
Call with `-h` flag to find out how. It is super simple :wink:.
### Usage
- draw with your mouse inside the terminal
- left click draws
- right click erases
- press `Ctrl+C` to clear
- press `Ctrl+S` when happy
- image will be saved in **PNG** format to the specified location or *image.png* by default
- press `Esc` to quit### External dependencies
- github.com/gdamore/tcell
- github.com/nfnt/resize### Installation
```sh
git clone https://github.com/rokf/binimg
cd binimg
make install
```### License
This library is free software; you can redistribute it and/or modify it under the terms of the MIT license. See LICENSE for details.