Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paulbatchelor/sporthdraw
- Owner: PaulBatchelor
- Created: 2015-09-02T23:41:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T23:47:27.000Z (over 9 years ago)
- Last Synced: 2025-01-18T12:15:06.839Z (13 days ago)
- Language: Shell
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```