IFSgr -- 2D Iterated Function System Grayscale Renderer
by Yeti <yeti@physics.muni.cz>
- Requirements
- - GCC (3.x or newer is prefered), GNU libc, GNU make, GNU coreutils - libtool (http://www.gnu.org/software/libtool/libtool.html) you can get by w/o it if you don't mind to compile the sources manually
- Installation
- - make && make install or make prefix=... && make install prefix=... if default prefix /usr/local doesn't suit you
Conversion to Gimp IFS Compose format:
- You need Gimp 2 to load the files (I added load/save to IFS Compose in
Gimp-1.3.12 or so)
- You probably want to apply this patch:
http://trific.ath.cx/resources/patches/#ifscompose-spin
mitigating a few annoying IFS Compose parameter manupulation `features'
- Note no matter how hard one tries, singluar tranformations (quite common
in Fractint's files) cannot be exported correctly, because they are not
representable in IFS Compose parameter space.
IFSgr approximates them with some near regular ones so at least IFS Compose
doesn't choke on them, but they are usually still almost uneditable.
- Web
- - http://trific.ath.cx/software/ifsgr/
- License
- - ifsgr is licensed under GNU General Public License, see COPYING.
@() $Id: README,v 1.12 2006/03/12 21:30:35 yeti Exp $
