SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

Formulas Rendering Plugin release 0.9.7

These are the release notes for the Formulas Rendering Plugin version 0.9.7 Read them carefully, as they tell you what this is all about.

WHAT IS THE FORMULAS RENDERING PLUGIN ?

This plugin has been developped for my own usage. However, I think it's a funny plugin and the code might interest someone... Please, don't blame me for the poor quality of the code; I try to write clean and bugfree code; but sometimes, I might have stupid ideas... Write me if you have any suggestion, request, critic or patch...

HOW TO INSTALL?

Read the file INSTALL in order to get the answer of this question... ;)

HOW TO UPGRADE?
If you're upgrading from 0.9.0 or older, you'll have to remove the old plugin binary because the name has changed. Try this:
rm ~/.gimp-2.0/plug-ins/gimp-plugin-formula* or
rm /usr/lib/gimp/2.0/plug-ins/gimp-plugin-formula* or
rm /usr/local/lib/gimp/2.0/plug-ins/gimp-plugin-formula*

HOW TO RUN?

Once you have compiled & installed,you should be able to run the program from the GIMP Filters->Render Menu.
Please read the FAQ if you have any problem or suggestion.

DON'T YOU HAVE ANY EXAMPLES?

Well, the documentation hasn't been written yet... Anyway, try the following stuffs:

1)
Red Channel: ((1+cos(rad(x+y)))127)+1 Green Channel: ((1+sin(rad(x+y)))127)+1 Blue Channel: y%255

2)
First Pass:

     Red Channel:   0
     Green Channel: (1+cos(rad(x)))127
     Blue Channel:  (1+cos(rad(y)))127

Second Pass:
Red Channel: 192-((green+blue)/3) Green Channel: green
Blue Channel: blue

3)
Red Channel: 100
Green Channel: (1+cos(rad(x2.21x/(y+1))))92 Blue Channel: (1+sin(rad(x2.21x/(y+1))))127

Yeah I know... It's ugly...

--
$RCSfile: README,v $
$Date: 2006/07/29 17:46:58 $ - $Revision: 1.3 $


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.