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

https://github.com/arl/artificial

Artificial art framework and experiement
https://github.com/arl/artificial

Last synced: about 1 year ago
JSON representation

Artificial art framework and experiement

Awesome Lists containing this project

README

          

# artificial

input:
- base image
- dimension of the working canvas

API:
/*
base image path
working canvas dimensions (only power of 2 are accepted so that every bit is
significative)
*/
- shapify_init(base string, xcanvas, ycanvas)
loads base image buffer in memory,
resize it to the working canvas dimension