[Gimp-developer] Gimp Plugin semi-flatten ported to Gegl op.

2011-04-07 Thread shivani maheshwari
; list. Kindly review the patch - diff --git a/semi-flatten.c b/semi-flatten.c index e69de29..ff18455 100644 --- a/semi-flatten.c +++ b/semi-flatten.c @@ -0,0 +1,70 @@ +/* Semi-flatten plugin using gegl op + * + * Shivani Maheshwari + * + */ + +#include "config.h" +#include + +#i

Re: [Gimp-developer] GsoC - 2011 - Porting GIMP plugins to GEGL operations

2011-04-07 Thread shivani maheshwari
ailman/listinfo/gimp-developer > > -- Shivani Maheshwari Under Graduation( BTech.) Indian Institute of Information Technology, Allahabad (Amethi Campus) India ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XC

Re: [Gimp-developer] Sample implementation of a new GEGL op

2011-04-07 Thread shivani maheshwari
y email containing confirmation link. I > mailed bugmas...@gnome.org also, but in vain. > > -- > Sourav De > 2nd Year Student > Department of Computer Science and Engineering > IIT KHARAGPUR > > > ___ > Gimp-developer mailing list > Gimp-de

Re: [Gimp-developer] Gimp plugin ported to Gegln : Unable to create an account on BUGZILLA

2011-04-07 Thread shivani maheshwari
Jakobs wrote: > Have you looked into your spam folder? > > Regards, > Tobias > > On Thu, Apr 7, 2011 at 08:52, shivani maheshwari > wrote: > > Hello, > > I want to attach a patch( Gimp plugin ported to Gegl ) to BUGZILLA but I > am > > unable to create

[Gimp-developer] Gimp plugin ported to Gegln : Unable to create an account on BUGZILLA

2011-04-06 Thread shivani maheshwari
Hello, I want to attach a patch( Gimp plugin ported to Gegl ) to BUGZILLA but I am unable to create an account on it as I did not receive the confirmation link for it. Where should I attach the patch then?? -- Shivani Maheshwari Under Graduation( BTech.) Indian Institute of Information

[Gimp-developer] gegl chanting

2011-04-04 Thread shivani maheshwari
What is the main purpose of gegl chanting?? -- Shivani Maheshwari Under Graduation( BTech.) Indian Institute of Information Technology, Allahabad (Amethi Campus) India ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https

Re: [Gimp-developer] Write basic gegl plugin

2011-04-04 Thread shivani maheshwari
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer > > > > > ___ > Gimp-developer mailing list > Gimp-developer@lists.XCF.Berkeley.EDU > https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer > -- Shivani Maheshwari Under Gradu

[Gimp-developer] Problem:Submit sample implementation of gegl op.

2011-04-04 Thread shivani maheshwari
*Hello,* * * *I want to ask how to submit the sample GEGL op program. * -- Shivani Maheshwari Under Graduation( BTech.) Indian Institute of Information Technology, Allahabad (Amethi Campus) India ___ Gimp-developer mailing list Gimp-developer

[Gimp-developer] Porting GIMP plugins to GEGL operations - GSOC 2011

2011-04-04 Thread shivani maheshwari
x27; is the index where avg > pct, now check if diff was under_threshold then return (pvals.threshold - (gdouble) n / 1000.0) else return ((gdouble) n / 1000.0 - pvals.threshold) * * * * This was what I understood to the best of my knowledge and looking forward for suggestions to improve it or do so

[Gimp-developer] Porting GIMP plugins to GEGL operations - GSOC 2011

2011-04-04 Thread shivani maheshwari
hen the average of the two results obtained, followed by add_random and put_pixel in destination. If pixel depth is not zero then it calls this function recursively for the four different regions of the rectangle until the recurssion unwinds. -- Shiv