pouët.net

Every Picture In The Universe - the useless (?) app

category: offtopic [glöplog]
well, it seems produces quite interesting patterns, here what i get after a few tries :

BB Image

but to be honest i would prefer to see that :)

BB Image

more seriously, i think one thing missing is a time input variable inside programs that would sometimes animate them.
added on the 2012-07-19 23:59:56 by Tigrou Tigrou
Food for though => http://en.wikipedia.org/wiki/Genetic_programming
(warning : there's many opportunities to do this wrong...)

For automatically measure the interest of a picture, I suggest FFT om 16x16 blocks. If the variance of the FFT coeffs of the blocks is low, with most energy in high-frequencies, your pics is probably just noise.
so, what you've made is an uncontrollable texture generator

http://in4k.untergrund.net/html_articles/hugi%2018%20-%20cogentex.htm
Quote:
more seriously, i think one thing missing is a time input variable inside programs that would sometimes animate them.

That is a good idea... I will try that.

In theory it should be possible to get animations with the current program as well, e.g. if a program adds 3 to the value of a color in each iteration (since 256 % 3 != 0). I haven't tried that yet, though.

Your screenshot looks good! I'm happy the program produces such beautiful images. (Yes, the second picture would be even greater if it could be achieved. Maybe it can.)

I've had some ideas for new operators:
'm': minimum: if a > b, return b, else a
'M': maximum: if a > b, return a, else b
'<': if a > b, return b, else 0
'>': if a > b, return a, else 0
'?': if: if a == 0, return a, else b
':': else: if a == 0, return b, else a

I will implement them when I have time and am in the right mood.
added on the 2012-07-20 11:30:32 by Adok Adok
run a facial recognition algo on randomly generated pics, so you can generate excellent obscure avatars!!!
added on the 2012-07-20 11:44:25 by maali maali
Quote:

run a facial recognition algo on randomly generated pics, so you can generate excellent obscure avatars!!!


..PROFIT!
added on the 2012-07-20 13:29:22 by kbi kbi
BB Image
added on the 2012-07-20 15:23:57 by ilmarque ilmarque
Could this stuff be combined with IBNIZ, perhaps?
added on the 2012-07-20 16:06:22 by gasman gasman
ilmarque: I obtained some similar pictures, see the gallery:

GALLERY
http://www.hugi.scene.org/adok/miscellaneous/gpgl.htm

I've uploaded the new version of the program from today with all the enhancements I announced some postings ago. Get it from:
http://www.hugi.scene.org/adok/index_code.htm
added on the 2012-07-20 17:33:43 by Adok Adok

login