gimp/plug-ins/Anamorphose
Manish Singh a4e97e61f9 Lots o' changes for 0.99.17. See ChangeLog for details.
-Yosh
1998-01-04 00:43:51 +00:00
..
doc Initial revision 1997-11-24 22:05:25 +00:00
.cvsignore bunch of cvsignores added 1997-11-27 21:58:02 +00:00
Anamorphose.c Lots o' changes for 0.99.17. See ChangeLog for details. 1998-01-04 00:43:51 +00:00
INSTALL Lots o' changes for 0.99.17. See ChangeLog for details. 1998-01-04 00:43:51 +00:00
Makefile.am Initial revision 1997-11-24 22:05:25 +00:00
README Lots o' changes for 0.99.17. See ChangeLog for details. 1998-01-04 00:43:51 +00:00
logo.h Lots o' changes for 0.99.17. See ChangeLog for details. 1998-01-04 00:43:51 +00:00

README

-------------------------------------------
 GIMP-Plug-In
-------------------------------------------
 Written by Daniel Cotting
            Bahnhofstrasse 31
	    CH-3066 Stettlen (Switzerland)
	    
	    cotting@mygale.org
	    www.mygale.org/~cotting
-------------------------------------------
 Some code is taken out of other plug-ins
 written by other authors.
------------------------------------------- 
 
 
-------------------------------------------
              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.
-------------------------------------------


-------------------------------------------
             REDUCE CODE SIZE
-------------------------------------------
 With this new release 1.03 the size of
 the logo in the about box has been reduced
 in order to make smaller binaries.
 If you find that the plug-in is still
 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/local/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
 20 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@mygale.org.
 Also have a look at the GIMP-section of
 my homepage at www.mygale.org/~cotting.
------------------------------------------

              Thank you and happy GIMPing!
              Daniel Cotting

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