Downloadliste

Projektbeschreibung

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.).

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Es wurde Unterstützung für beliebige Pixel Accessoren hinzugefügt: rot (x, y), Grün (x, y) und Blau (x, y). Ein paar GUI-Design Pannen wurden behoben, sowie eine Vorschau Rendering-Bug, und noch einige kleinere Probleme Zusammenstellung und Warnungen wurden behoben.
Tags: stable major
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.

2006-07-29 22:18
0.9.7

Dieses Release behebt einen segfault mit neueren Versionen von GdkPixbuf. Der gesamte Quellcode wurde aufgeräumt und.
Tags: Major bugfixes
This release fixes a segfault with newer versions
of GdkPixbuf. The whole source code has been
cleaned up as well.

2004-11-22 02:34
0.9.6

Diese Version hat ein verbessertes und bis Formel-Parser (Unterstützung für mehrere Argumente Funktionen, Vorkalkulation, etc.) gereinigt werden. Neue Funktionen wurden hinzugefügt (min, max, rand, Zeichen, log2 und atan2). Neue Werte wurden hinzugefügt (r und t für Polar coords, rot, grün, blau, grau, und Alpha-Angebot für Original-Pixel stehen). Die Hilfe wurde verbessert und ein "Reset"-Taste ist jetzt verfügbar.
Tags: Major feature enhancements
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.

2004-05-09 22:15
0.9.4

Diese Veröffentlichung fügt eine Hilfe-Datei mit einem Screenshot, Reparaturen der Wiedergabe auf Gray * Schichten, und bereinigt die Formel-Parser (er nun GLib HashTable). Es gibt kleinere Korrekturen und sauber-ups. Der Name der Binärdatei wurde erneut festgesetzt.
Tags: Minor feature enhancements
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.

2004-05-06 21:05
0.9.0

Eine Vorschau in der Plugin-Dialog wurde hinzugefügt. 2 wichtige Fehler in der Formel Bewerter wurden behoben. Die sh, asinh, ch, acosh, th, und atanh Funktionen wurden hinzugefügt. Standard-Plugin Formeln 'r', 'g', 'b' und 'a'. Der Name der Binärdatei wurde behoben (lesen Sie bitte die Readme, wenn Ausbau). Es gibt verschiedene Aufräumarbeiten.
Tags: Major feature enhancements
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.

Project Resources