https://github.com/hardcoremagazine/randomimagegenerator
Create random abstract images using console magic (no AI used)
https://github.com/hardcoremagazine/randomimagegenerator
csharp funny-algorithm image-generation procedural-generation
Last synced: about 1 month ago
JSON representation
Create random abstract images using console magic (no AI used)
- Host: GitHub
- URL: https://github.com/hardcoremagazine/randomimagegenerator
- Owner: HardcoreMagazine
- License: mit
- Created: 2023-02-13T14:41:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T10:57:47.000Z (over 3 years ago)
- Last Synced: 2025-01-14T01:14:15.337Z (over 1 year ago)
- Topics: csharp, funny-algorithm, image-generation, procedural-generation
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Random Image Generator (RIG)
RIG is a byproduct from my [previous project](https://github.com/HardcoreMagazine/Enlashceoc),
discovered by accident during creation of maze generation algorithm.
RIG allows you to create random abstract images, just like this one:

*Please note that this algorithm is highly unstable and it may take a while until you get clear
picture instead of random mess.*
---
## Features:
+ Image creation
+ Image saving on local hard drive
+ Image color inversion
+ Image rotation (180 degrees)
---
## Download
+ [.NET 6 dependant / latest version / Win x64](https://github.com/HardcoreMagazine/RandomImageGenerator/releases/download/v1.0/RandomImageGenerator.zip)
---
## License
+ [MIT LICENSE](LICENSE.txt)
---
### Have fun!