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
- Host: GitHub
- URL: https://github.com/arl/artificial
- Owner: arl
- Created: 2018-12-26T22:19:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T08:35:12.000Z (almost 7 years ago)
- Last Synced: 2024-05-04T00:20:07.680Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 6.86 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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