Re: [Gimp-user] Math graphics

2007-12-21 Thread David Gowers
On Dec 21, 2007 4:49 PM, Brian Vanderburg II [EMAIL PROTECTED] wrote: Is there a plugin (or high speed script-fu) that would allow me to enter a math expression and from it create the pixel data also given a 'viewport range'. XMin: -1 XMax 1 YMin -1 Ymax: 1 UseGraient: no Expr:

Re: [Gimp-user] Math graphics

2007-12-21 Thread Sven Neumann
Hi, On Fri, 2007-12-21 at 01:19 -0500, Brian Vanderburg II wrote: Is there a plugin (or high speed script-fu) that would allow me to enter a math expression and from it create the pixel data also given a 'viewport range'. Yes, there is gluas: http://pippin.gimp.org/plug-ins/gluas/ Sven

Re: [Gimp-user] Math graphics

2007-12-21 Thread Raphaƫl Quinet
On Fri, 21 Dec 2007 01:19:21 -0500, Brian Vanderburg II [EMAIL PROTECTED] wrote: Is there a plugin (or high speed script-fu) that would allow me to enter a math expression and from it create the pixel data also given a 'viewport range'. Have a look at MathMap:

[Gimp-user] Math graphics

2007-12-20 Thread Brian Vanderburg II
Is there a plugin (or high speed script-fu) that would allow me to enter a math expression and from it create the pixel data also given a 'viewport range'. XMin: -1 XMax 1 YMin -1 Ymax: 1 UseGraient: no Expr: red=sin(2*pi*x*y)/2+0.5;green=...,... or UseGradient: yes Expr: offset=sin(2*pi*x*y)