You are not logged in.
*update*
I've created a page for konify on my site: http://xyne.archlinux.ca/artwork/konify
*another update*
There is also a thread for Konify3D
It started with this thread and before you know it I ended up with konify (named in honor of the creator of the image that inspired it).
At this point it's just a fun little script but I might improve it later, e.g. package it, create a man page, yadda yadda yadda but for now it's just a file on the server. Just open it in a text file and take a look at the commented options at the top to see what command-line options it accepts. You can configure the following (and maybe more):
image size
tile size
tile palette (finite set of colors to use for background tiles)
background color (the gridlines basically)
overlay image (including urls)
overlay image position
convert overlay image to tiles
output file (extension determines format)
It depends on perl, imagemagick and tput (the latter is just for the progress bar... big images with small tiles take a while... might try to optimize this later too). The tiles are generated randomly.
Here are some output examples:
If you create something with this, post a screenshot in this thread... it would be interesting to see what people do with it.
Last edited by Xyne (2009-12-23 19:30:09)
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
now integrate this with a game of life and you'd have a subtly alive wallpaper (just introduce random cells when population falls under a certain threshold ^^)
mmmh, i might even try this
Offline
Good GOD Xyne, that took you like what? 20 seconds to code? <3
Can you make it do anything else? like other designs instead of the squares?
Proud Arch i686 & x86_64 User
Share your knowledge!
Arch Linux Forum Etiquette
Offline
Can you make it do anything else? like other designs instead of the squares?
Um, not yet? Give me some ideas and I might try to implement them.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
i donno, something other than squares, maybe triangles tiled? rightside up, upside down etc..
Proud Arch i686 & x86_64 User
Share your knowledge!
Arch Linux Forum Etiquette
Offline
Proud Arch i686 & x86_64 User
Share your knowledge!
Arch Linux Forum Etiquette
Offline
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
sweet.
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
Xyne, this rocks dude...
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
i would like to try this how do i go about it?
nevermind i got it.. here is mines i just added some logos to it
http://i123.photobucket.com/albums/o318 … 0x1200.png
Last edited by Xenokite (2009-12-23 18:24:10)
Registered Linux user :#500622
"être fort pour être utile" (be strong to be useful) —Georges Hébert
"There is only Good people and Bad people, we should not be judged by Race, religion or sex but we should be judged by our deeds or actions." - Lindsey Irving
Xenokite aka Lycan
Offline
Thanks for the feedback, Xenokite
There isn't much different between the two, but I should point out that there is a thread for Konify3D as well.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Thanks for the feedback, Xenokite
There isn't much different between the two, but I should point out that there is a thread for Konify3D as well.
Well that is weird i can't seem to get the none 3d version to work. I had save the 3d file as a .pov and the none as .sh. Should i have save both as .pov?
Registered Linux user :#500622
"être fort pour être utile" (be strong to be useful) —Georges Hébert
"There is only Good people and Bad people, we should not be judged by Race, religion or sex but we should be judged by our deeds or actions." - Lindsey Irving
Xenokite aka Lycan
Offline
The 2D version has nothing to do with povray. The extension shouldn't make a difference either but if you want you can add ".pl" since it's a Perl script. To run it, either make it executable and run it directly, or just use "perl konify" followed by the options.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
The 2D version has nothing to do with povray. The extension shouldn't make a difference either but if you want you can add ".pl" since it's a Perl script. To run it, either make it executable and run it directly, or just use "perl konify" followed by the options.
wow thanks a lot !!! Great little script is there a way to input like a image that will come out like that?
Registered Linux user :#500622
"être fort pour être utile" (be strong to be useful) —Georges Hébert
"There is only Good people and Bad people, we should not be judged by Race, religion or sex but we should be judged by our deeds or actions." - Lindsey Irving
Xenokite aka Lycan
Offline
No, I never bothered to implement that.
It's easy to do manually though. Set the background color to something like bright green (#00FF00) and generate the background image. Open it in Gimp or some other image editor then import the image that you want to use as a layer. Use a color selection tool to select the green background of the background image, switch to the layer with your image, then hit delete. You should end up with your image cut into little squares.
Switch back to the background and fill in the green with some other color, then play around with the layer modes to get the final image.
That's basically how I created the world map image above.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline