gimp/plug-ins/FractalExplorer
Asbjørn Pettersen 8253eda56a add sys/types.h 1999-04-26 14:13:40 +00:00
..
examples corrected a typo 1999-03-25 23:14:36 +00:00
fractalexplorer-examples corrected a typo 1999-03-25 23:14:36 +00:00
.cvsignore corrected a typo 1999-03-25 23:14:36 +00:00
Callbacks.h corrected a typo 1999-03-25 23:14:36 +00:00
Dialogs.h applied gimp-lecorfec-99041[02]-0, changes follow 1999-04-15 21:49:09 +00:00
Events.h corrected a typo 1999-03-25 23:14:36 +00:00
FractalExplorer.c add sys/types.h 1999-04-26 14:13:40 +00:00
FractalExplorer.h corrected a typo 1999-03-25 23:14:36 +00:00
Languages.h corrected a typo 1999-03-25 23:14:36 +00:00
Makefile.am corrected a typo 1999-03-25 23:14:36 +00:00
README corrected a typo 1999-03-25 23:14:36 +00:00
logo.h corrected a typo 1999-03-25 23:14:36 +00:00
pix_data.h corrected a typo 1999-03-25 23:14:36 +00:00

README

-------------------------------------------
 GIMP-Plug-In
-------------------------------------------
 Written by Daniel Cotting
            Quellenstrasse 10
	    CH-8005 Zuerich (Switzerland)
	    
	    cotting@multimania.com
	    www.multimania.com/cotting
-------------------------------------------
 Some code is taken out of other plug-ins
 written by other authors.
------------------------------------------- 

 Ported to GIMP 1.1 by
 Michael Natterer <mitschel@cs.tu-berlin.de>
 
-------------------------------------------
              INSTALLATION
-------------------------------------------
 To install it, you have to edit the
 Makefile (change install-path).
 Afterwards run make. This will compile 
 and install the plug-in in the right 
 directory. Once the new code is installed,
 you can run the GIMP and enjoy the new
 functions and effects it provides.
 
 Note that this plug-in has some sample
 files which must be installed in one of
 the following directories:
 
 ~/.gimp/fractalexplorer
 /usr/share/gimp/fractalexplorer
 
 You can find the sample files in the
 subdirectory fractalexplorer-examples
 of this distribution.
 
 You will have to add the following lines
 to your gimprc file (usually 
 /usr/share/gimp/gimprc):

    # fractalexplorer directory
    (fractalexplorer-path "${gimp_data_dir}/fractalexplorer:${gimp_dir}/fractalexplorer")

-------------------------------------------


-------------------------------------------
             REDUCE CODE SIZE
-------------------------------------------
 If you find that the plug-in is too big, 
 you can compress the executables with the 
 gzexe program (if it is avaiable on your 
 system). To do so, change to the plug-in 
 directory of the GIMP...
 
   cd /usr/lib/gimp/VERSION/plug-ins
 
 ...and execute the command...
 
   gzexe PLUGIN_NAME
   
 ...and remember to remove the uncompres-
 sed binary, which has been renamed to
 PLUGIN_NAME~, by running the command:
 
   rm PLUGIN_NAME~
    
 This will result in a code size of about
 50 kB, which isn't too much IMHO.
------------------------------------------


------------------------------------------
                FEEDBACK
------------------------------------------
 I'm interested in any feedback, comments,
 bug-reports, suggestions etc. If you
 have anything you would like to tell 
 me, you can write to cotting@multimania.com.
 Also have a look at the GIMP-section of
 my homepage at www.multimania.com/cotting.
------------------------------------------

              Thank you and happy GIMPing!
              Daniel Cotting

------------------------------------------