Re: [Gimp-developer] Gegl gaussian blur gamma error

2012-08-09 Thread Øyvind Kolås
On Wed, Aug 8, 2012 at 11:38 PM, Elle Stone l.elle.st...@gmail.com wrote: At first the idea of doing away with assigning and converting except on import and export seemed a bit extreme (translation: not what I'm used to!). However, after thinking about it, the only case I could think of where

Re: [Gimp-developer] gimp-context-set-brush-size. Why doesn't it work?

2012-08-09 Thread Alexia Death
On Thu, Aug 9, 2012 at 5:36 AM, Rob Antonishen rob.antonis...@gmail.com wrote: I've started writing a script. Within the script I've adjusted the brush size using gimp-context-set-brush-size. After running the script, the brush size has changed in the Tool Options area but when the script

[Gimp-developer] Tiles / Shaped Angular Gradients

2012-08-09 Thread Christopher Howard
Hi. I sent an e-mail recently asking for information about the Gimp algorithm for generating the shaped angular gradients over arbitrary free shapes on the canvas. I did more digging in the source code and discovered the pertinent function in app/gimpdrawable-blend.c: code: (gdouble x,

Re: [Gimp-developer] Tiles / Shaped Angular Gradients

2012-08-09 Thread Øyvind Kolås
On Thu, Aug 9, 2012 at 12:32 PM, Christopher Howard christopher.how...@frigidcode.com wrote: PixelRegion data structure and Tiles for that structure being calculated before hand. Is there some one who could give me any helpful words of insight on this subject? It sounds like there is a full

Re: [Gimp-developer] gimp-context-set-brush-size. Why doesn't it work?

2012-08-09 Thread Phoenix999
So a brush that is not created by the user can not be changed in size within Script fu? -- View this message in context: http://gimp.1065349.n5.nabble.com/gimp-context-set-brush-size-Why-doesn-t-it-work-tp34797p34803.html Sent from the Developers mailing list archive at Nabble.com.

[Gimp-developer] Nightly Builds

2012-08-09 Thread drawoc
I've set up a machine to do start doing nightly builds of the GIMP for Windows. Anyone who's interested can find them here: http://nightly.darkrefraction.com/gimp/ I've also uploaded my jhbuild scripts to github: https://github.com/drawoc/windows-gimp-jhbuild -- drawoc

[Gimp-developer] Yay, mainstream! - and trojaned GIMP installers

2012-08-09 Thread Michael Schumacher
Hi, recently, we're seeing more and more sign of GIMP becoming mainstream - the availability of several GIMP installers for the Microsoft Windows platforms loaded with trojans is certainly an indication for that. The most common trojan seems to be InstallIQ. A piece of software that grants

Re: [Gimp-developer] Tiles / Shaped Angular Gradients

2012-08-09 Thread Bill Skaggs
I don't think that's the code that does the work. I believe the actual functional code is in app/paint-funcs/paint-funcs.c, in the function called shapeburst_region(). Good luck understanding it. -- Bill ___ gimp-developer-list mailing list