You are not logged in.

#1 2009-04-25 06:49:50

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

konify - a desktop background image generator

*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:

example-01_small.png
example-02_small.png
example-03_small.png
example-04_small.png
example-05_small.png
example-06_small.png

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 StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#2 2009-04-25 08:51:56

Heller_Barde
Member
Registered: 2008-04-01
Posts: 245

Re: konify - a desktop background image generator

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 big_smile

Offline

#3 2009-04-25 12:25:01

3nd3r
Member
From: /dev/null
Registered: 2002-12-08
Posts: 301
Website

Re: konify - a desktop background image generator

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?

Offline

#4 2009-04-25 15:54:54

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: konify - a desktop background image generator

3nd3r wrote:

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 StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#5 2009-04-25 16:01:33

3nd3r
Member
From: /dev/null
Registered: 2002-12-08
Posts: 301
Website

Re: konify - a desktop background image generator

i donno, something other than squares, maybe triangles tiled? rightside up, upside down etc..

Offline

#6 2009-04-25 17:24:01

3nd3r
Member
From: /dev/null
Registered: 2002-12-08
Posts: 301
Website

Re: konify - a desktop background image generator

screendvd.png

Offline

#7 2009-05-05 00:57:28

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: konify - a desktop background image generator

konimap_01_small.png

I used konify twice and then composed the resultant images in GIMP.


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#8 2009-05-05 21:54:56

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: konify - a desktop background image generator

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

#9 2009-05-05 22:25:04

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: konify - a desktop background image generator

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

#10 2009-12-23 15:40:51

Xenokite
Member
From: Linden, NJ USA
Registered: 2009-03-14
Posts: 96
Website

Re: konify - a desktop background image generator

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

#11 2009-12-23 19:32:19

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: konify - a desktop background image generator

Thanks for the feedback, Xenokite smile

There isn't much different between the two, but I should point out that there is a thread for Konify3D as well. wink


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#12 2009-12-23 19:57:31

Xenokite
Member
From: Linden, NJ USA
Registered: 2009-03-14
Posts: 96
Website

Re: konify - a desktop background image generator

Xyne wrote:

Thanks for the feedback, Xenokite smile

There isn't much different between the two, but I should point out that there is a thread for Konify3D as well. wink

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

#13 2009-12-23 20:15:08

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: konify - a desktop background image generator

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 StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#14 2009-12-23 20:42:13

Xenokite
Member
From: Linden, NJ USA
Registered: 2009-03-14
Posts: 96
Website

Re: konify - a desktop background image generator

Xyne wrote:

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

#15 2009-12-23 22:19:23

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: konify - a desktop background image generator

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 StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

Board footer

Powered by FluxBB