This IFS plugin does exactly what it says - applies an iterated function system over an image, finitely, making it fractal-like. Since images are worth a thousand words:
The above image was created from this one:
Then, by navigating to Filters, Misc, IFS, we get the following dialog:
Increasing the number of iterations, while taking more processing time, does make images pretty close to real fractals, and we still see small Wilber's when zooming in:
Features:
I had originally planned many more features for the plug-in (such as a preview and more IFS's to choose from), but honestly I grew bored of programming it, so there it is. There are probably a few bugs (notably, the target size is always an estimation and is sometimes plainly incorrect, for example when used with the Pythagoras Tree IFS), and there are a few console warnings I couldn't get rid of. However, it is still very much usable.
Included as attachments:
Thanks for reading! :)
Attachment | Size |
---|---|
IFS.c | 30.51 KB |
IFS.tar.gz | 11.36 KB |
IFS.zip | 115.41 KB |
Comments
IFS - Binary Gimp 64 bits Windows
Bonjour,
http://aljacom.com/~gimp/IFS-64bits.zip
35 036 bytes.
Very easy to compile for
Very easy to compile for Windows, Photocomix. Takes only seconds.
The only issue is that the first lines of the source contain illegal characters, so you must remove them before, else you will get the message:
IFS.c:1: error: stray '\239' in program
IFS.c:1: error: stray '\187' in program
IFS.c:1: error: stray '\191' in program
Maybe it is better to edit the text and copy-paste to a new file without the header, because the nasty characters are rather tricky to remove.
I can provide you with another binary for Windows if you need it: it is already built.
Does exactly what its
Does exactly what its supposed to, great job! I'm having alot of fun with this. My only gripe is it adds another category to the filters menu. I really think it should use an existing one. Maybe the Map or Render group?
Map should be the best It is
Map should be the best
It is so easy modify the registry path in the source
..but less easy recompile at least for windows
Just finished playing with
Just finished playing with the filter; pretty cool. Thanks for sharing. :)