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

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

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.

![](infinerator-screenshot1.png)
![](infinerator-screenshot2.png)
![](infinerator-screenshot3.png)

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