Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sendyhalim/gambar
Swift CLI tool to generate ASCII art from image
https://github.com/sendyhalim/gambar
ascii-art cli swift
Last synced: 3 months ago
JSON representation
Swift CLI tool to generate ASCII art from image
- Host: GitHub
- URL: https://github.com/sendyhalim/gambar
- Owner: sendyhalim
- License: mit
- Created: 2018-03-27T18:27:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T18:52:14.000Z (over 4 years ago)
- Last Synced: 2024-01-28T23:11:52.543Z (9 months ago)
- Topics: ascii-art, cli, swift
- Language: Swift
- Size: 772 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-made-by-indonesian - Gambar - `Swift CLI tool to generate ASCII art from image ` *by [Sendy Halim](https://github.com/sendyhalim)* (G)
- made-in-indonesia - Gambar - `Swift CLI tool to generate ASCII art from image ` *by [Sendy Halim](https://github.com/sendyhalim)* (G)
README
# Gambar
A cli tool to generate ASCII Art from image. ASCII Art algorithm provided by Swort## Usage
```
gambar /path/to/image# Or save it to a file
gambar /path/to/image > image.txt
cat image.txt
```## Installation
### Building from source
You'll need to [install swift](https://swift.org/getting-started/#installing-swift) first. Then do below commands.
```
# MacOS
brew install gd# Linux
sudo apt-get install libgd-dev# Install dependencies
git clone https://github.com/sendyhalim/gambar
cd gambar
make install
```## License
MIT![Oh Yeahhhhhhhh](https://media.tenor.com/images/6d8fee072338a4a1e29c061b465e5a93/tenor.gif)