https://github.com/schwabnicolas/imagetoexcelgameoflife
Converts an image to an pastable text.
https://github.com/schwabnicolas/imagetoexcelgameoflife
cellular-automaton game-of-life image-processing java processing
Last synced: about 2 months ago
JSON representation
Converts an image to an pastable text.
- Host: GitHub
- URL: https://github.com/schwabnicolas/imagetoexcelgameoflife
- Owner: SchwabNicolas
- Created: 2019-11-19T09:12:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T06:53:17.000Z (over 6 years ago)
- Last Synced: 2025-08-23T19:26:14.213Z (9 months ago)
- Topics: cellular-automaton, game-of-life, image-processing, java, processing
- Language: Processing
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImageToExcelGameOfLife
A program used to convert an image to a game of life grid. Then it can be imported into  program.
## How to use that program ?
1. Create a folder named *imageToGOLExcel*.
2. Drop *imageToGOLExcel.pde* in it.
3. Drop the image you want to convert in it.
4. Edit the name of the file at line 11 of *imageToGOLExcel.pde*.
5. The result is located in *result.txt*.
## What if the result is not good enough ?
You can adjust the luminosity by changing the ```SENSIVITY``` constant at line 4.
## How the image will render ?
Like this :
