Procedural Drawings
Drawing machines
Some interesting articles on generative art.
One day I’m actually going to sit down and learn enough of a graphics lib/enviroment to actually try doing something like that.
Procedural Drawings
Drawing machines
Some interesting articles on generative art.
One day I’m actually going to sit down and learn enough of a graphics lib/enviroment to actually try doing something like that.
A couple folks who read this over at layers.gimp.org and pixels.gimp.org and/or #gimp mentioned that I should let people know the various
works in progress I have going on, regardless of there current state.
So aside from the stuff at adrian.gimp.org/patches, I have a couple other
projects.
1. Adding support for rotating brush maps into the brushcore.
Now if your a graphics person, your probably saying “you have scale already, and your talking about adding rotation support, which not just add arbitrary affine transforms?”. Yup, why not?
So, what the heck do rotated brushes buy you anyway? Well, since you can rotate based on the angle of the brush strokes, you can “align” the brush with the stroke. Some of the image hoses already do this to interesting effect.
I have partial code for this somewhere.
2. Support for sampling the “background” image and computing the average color to use
An interesting question of course, is how to “average” colors. Just average the RGB colors is one approach. But converting the colors to HSV or HSL or CIE colorspaces might produce better results (I suspect CIE in particular, since thats a non linear transformation into a colorspace designed to similuate how the human eye actually works). But once the basic bits are there, thats all easy enough to changes. It would also be easy to add in computing average hue/sat/val, or “hottest” color, or most popular or dominate color (kind of an on the fly artistic color quantization). But mainly, I think it would look cool.
Only issue from what I recall was figuring out which pixels are actually under the brush mask, and not just the brush bounding box. Also, how to weight in the alpha channel. Probably just premultiplying the mask into the background, and skipping fully transparent pixels is good enough.
I have partial code for this somewhere.
3. A tool options/presets selector
I want a dialog with a list of tool options for all tools that I can oranize as I see fit. So that it is one click to switch from the crop tool with weird settings, to the brush you use for removing zits, to the smudge you use to curl hair. I think it would make the tool options presets much easier to use.
I had some code for this, but it vanished in a reinstall at some point. I doubt much of the patch would apply to current gimp anyway.
An example of what you can do in my tree atm, which does not include any of the above ideas yet.
It’s interesting that you use symmetry as an example of order, because to me symmetry is both dangerous and dull. It’s rhyming pictures. Maybe it’s because the two sides of our brains need things to match – Laurie Anderson
All the cool kids seem to be playing with Context Free and Processing these days.
I love the name “Context Free”. I used to always describe a coworkers conversational style as “context free”.
Tim Prentice, interesting kinetic art