Image Filtering

Let the developers know what you think of the software and what can be done to either improve the CFDG language or the Context Free program.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
TheRandomDude

Image Filtering

Post by TheRandomDude »

I would be a nice little feature if you could use an image to start with and use context free to build on that image.

a for instance would be to make seeding points on all the black parts of an image for a peeling/cracking effect on objects in the image. say you are making a picture of an orb with vines running around it, to make it look like the vines are interacting with the orb, you could make a seed that avoids certain colors or anything that isn't white.

TheRandomDude

Post by TheRandomDude »

Too complicated? anyone not understand? any thoughts?

User avatar
MtnViewJohn
Site Admin
Posts: 882
Joined: Fri May 06, 2005 2:26 pm
Location: Mountain View, California
Contact:

Post by MtnViewJohn »

That is not really the kind of thing Context Free/CFDG was intended to do. CFDG files are a grammar for describing images but they are not programs, they are not Turing-Complete. There are graphics programs out there that can execute programs to generate images. Xah Lee's incredible web siteis a good starting point.

Post Reply