Download List

Project Description

The Formulas Rendering Plug-In for the Gimp 2 is a
simple plugin that allows you to change the values
of each color channel of each pixel of a layer by
using mathematical expressions. It is able to
handle RGB* and Gray* images. Available operators
are: +, -, *, /, ^, and %. There are many
functions available, such as sin, cos, sqrt, abs,
min, max. A few constants are provided (pi, e, j),
and a lot of pre-defined variables are usable (w
for image's width, h for image's height, x and y
for cartesian coordinates in the image, etc.).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-11-15 00:40
0.9.8

Support was added for arbitrary pixel accessors: red(x,y), green(x,y), and blue(x,y). A few GUI design glitches were fixed, as well as a preview rendering bug, and some minor compilation issues and warnings were fixed.
Tags: stable major

2006-07-29 22:18
0.9.7

This release fixes a segfault with newer versions
of GdkPixbuf. The whole source code has been
cleaned up as well.
Tags: Major bugfixes

2004-11-22 02:34
0.9.6

This release has an improved and cleaned up formula parser (support for multiple arguments functions, precalculation, etc.). New functions were added (min, max, rand, sign, log2, and atan2). New values were added (r and t for polar coords; red, green, blue, gray, and alpha now stand for original pixels). The help has been improved and a 'Reset' button is now available.
Tags: Major feature enhancements

2004-05-09 22:15
0.9.4

This release adds a help file with a screenshot, repairs the rendering on Gray* layers, and cleans up the formula parser (it now uses GLib HashTable). There are minor fixes and clean-ups. The name of the binary file has been fixed again.
Tags: Minor feature enhancements

2004-05-06 21:05
0.9.0

A preview inside the plugin dialog has been added. 2 important bugs inside the formula evaluator have been fixed. The sinh, asinh, cosh, acosh, tanh, and atanh functions have been added. Default plugin formulas are 'r', 'g', 'b', and 'a'. The name of the binary file has been fixed (please read the README if upgrading). There are various cleanups.
Tags: Major feature enhancements

Project Resources