Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulbatchelor/sporthdraw

Draw images from Sporth code, generate audio from images.
https://github.com/paulbatchelor/sporthdraw

Last synced: 11 days ago
JSON representation

Draw images from Sporth code, generate audio from images.

Awesome Lists containing this project

README

        

Sporthdraw
==========

Sporthdraw is a commandline utility that can convert audio generated by
[Sporth](https://paulbatchelor.github.io) to a PNG image, and a PNG image to
an audio file.

To run sporthdraw, you will need [Imagemagick](http://www.imagemagick.org),
[SoX](sox.sourceforge.net), and [Sporth](http://www.github.com/paulbatchelor/sporth.git)
installed on your computer.

## Usage

To generate a PNG file from a Sporth file:

```
./sporthdraw sp2png in.sp out.png
```

To generate a wav file from a PNG file:

```
./sporthdraw png2wav in.png out.wav
```