acidity

Version, currently master branch1 version
  • master branchlatestAug 15, 2017

github.com/czycha/acidity

Glitch out some PNGs

9 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  acidity:
    github: czycha/acidity
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.23.0
License
MIT
Author
James Anthony Bruno <j.bruno.che@gmail.com>
Target
  • acidity from src/cli.cr

Dependencies

Runtime Dependencies

  • stumpy_png~> 4.1.1github: l3kn/stumpy_png

README

![acidity](acidity.png)

## Installation

Requires [Crystal](https://crystal-lang.org/).

```bash
git clone https://github.com/czycha/acidity.git
cd acidity/
shards build
```

You may want to add `acidity/bin/` to your path to use the script globally.

## Usage

```bash
acidity input.png output.png [radius]
```

### Notes

- [Currently only supports loading and writing to PNGs.](https://github.com/czycha/acidity/issues/3) Refer to the [Processing port](https://github.com/czycha/acidity-processing) for more image format options.
- Radius is an optional, positive, non-zero integer. Defaults to 9. Larger numbers take longer, but have more interesting results.

## Contributors

- [James Anthony Bruno](https://github.com/czycha/) - creator, maintainer