Download List

Projeto Descrição

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

Foi adicionado suporte para arbitrária assessores pixel: vermelho (x, y), verde (x, y) e azul (x, y). A poucas falhas de design GUI foram fixados, bem como um erro de processamento de visualização, e alguns problemas menores de compilação e avisos foram corrigidos.
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

Esta versão corrige uma falha de segmentação com as versões mais recentes do GdkPixbuf. O código-fonte inteiro foi limpo também.
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

Esta versão tem um melhor e limparam analisador fórmula (suporte para múltiplas funções argumentos, precalculation, etc.) Novas funções foram adicionadas (min, max, rand, sinal, log2, e atan2). Novos valores foram adicionados (r e t para coordenadas polares, vermelho, verde, azul, cinza e alfa agora representam pixels original). A ajuda tem sido melhorados e um botão "Reset" já está disponível.
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

Esta versão adiciona um arquivo de ajuda com uma imagem, repara o processamento em camadas Gray *, e limpa o analisador fórmula (que agora usa GLib HashTable). Há pequenas correções e clean-ups. O nome do arquivo binário foi corrigido novamente.
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

Uma prévia dentro do diálogo plugin foi adicionado. 2 bugs importantes dentro do avaliador fórmula foram corrigidos. O sinh, asinh, cosh, acosh, tanh e funções atanh foram adicionados. Fórmulas plugin padrão são 'r', 'g', 'b', e 'a'. O nome do arquivo binário foi corrigido (leia o README se atualizando). Existem várias limpezas.
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