Re: [Gimp-developer] ink model in gimp

2012-10-16 Thread moisdc
ok, I have two points on a image in matlab. From some specific variables such as scale, fuzzy brush, speed and the rest of variables from ink toolbox, I'd like to do a similar ink trace between these two points. I don't know how I should start it On Oct 16, 2012 11:43 PM, "Alexandre Prokoudine" < a

Re: [Gimp-developer] ink model in gimp

2012-10-16 Thread Alexandre Prokoudine
On Wed, Oct 17, 2012 at 1:49 AM, wrote: > Dear colleagues, > I'm Moises again. I'm trying to cope with ink model gimp implemented in c. > Please, I need to use this toolbox en Matlab but I haven't currently been > able to translate it into Matlab because I do not have any toolbox guide for > deve

[Gimp-developer] ink model in gimp

2012-10-16 Thread moisdc
Dear colleagues, I'm Moises again. I'm trying to cope with ink model gimp implemented in c. Please, I need to use this toolbox en Matlab but I haven't currently been able to translate it into Matlab because I do not have any toolbox guide for developers or something like that. I appreciate so much

[Gimp-developer] Marching Ants successor?

2012-10-16 Thread yahvuu
Hi again, the classic marching ants were invented when GFlops were considered science fiction:) While that scheme has proven immensely useful, it does not offer anti-aliasing and has some flickering issues with line segments that approach 45 degree angles. Presuming unlimited GPU power, how sh

[Gimp-developer] Single-pixel width outlines with anti-aliasing

2012-10-16 Thread yahvuu
[HTML version of this posting: http://yahvuu.wordpress.com/2012/10/16/single-pixel-width-outlines-with-anti-aliasing/ ] Hi, here's how good old XOR drawing can be anti-aliased in order to better meet today's aesthetic standards. In GIMP terms: Duplicate the layer, invert it and simply per