https://github.com/svenstaro/infinerator
Image generator to generate every possible combination of a given resolution and color depth
https://github.com/svenstaro/infinerator
Last synced: 6 months ago
JSON representation
Image generator to generate every possible combination of a given resolution and color depth
- Host: GitHub
- URL: https://github.com/svenstaro/infinerator
- Owner: svenstaro
- Created: 2010-01-04T11:05:19.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T07:15:10.000Z (about 7 years ago)
- Last Synced: 2025-02-06T12:15:09.306Z (8 months ago)
- Language: C++
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
infinerator
============================What is it?
----------------------------
Image generator to generate every possible combination of a given resolution
and color depth. It uses Boost and SDL.
Its practical use is unknown.

Usage
----------------------------
See ./infinerator -h to get a complete list of available program options.
Just ./infinerator without any options will work fine as well if you just want
to see the program in action using some sensible defaults. It does not save any
image by default so don't worry.Compiling
----------------------------A `Makefile` is included for your convenience but compiling by hand will work fine.
Try:
g++ -o infinterator -O2 `sdl-config --cflags --libs` -lboost_program_options-mt -lboost_filesystem-mt -lboost_regex-mt main.cpp
License
----------------------------
All sources and files are released under GPL.----------------------------
Copyright (c) 2010 @ Sven-Hendrik 'Svenstaro' Haase