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

2011-04-14 Thread sourav de
I've added comments in my code. If still there is anything to do, please let me know. -- Sourav De 2nd Year Student Department of Computer Science and Engineering IIT KHARAGPUR / * Blur: * * Blur applies a (2n+1)x(2n+1

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

2011-04-13 Thread sourav de
On Wed, Apr 13, 2011 at 3:21 AM, sourav de wrote: > > > On Tue, Apr 12, 2011 at 10:55 PM, sourav de wrote: > >> >> >> On Thu, Apr 7, 2011 at 5:36 PM, Mukund Sivaraman wrote: >> >>> Hi Sourav >>> >>> On Wed, Apr 06, 2011 at 09:44:31PM +0530, sourav de wrote: >>> > I tried to implement the blur op

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

2011-04-12 Thread sourav de
On Tue, Apr 12, 2011 at 10:55 PM, sourav de wrote: > > > On Thu, Apr 7, 2011 at 5:36 PM, Mukund Sivaraman wrote: > >> Hi Sourav >> >> On Wed, Apr 06, 2011 at 09:44:31PM +0530, sourav de wrote: >> > I tried to implement the blur operation in GEGL. The algorithm is same >> as of >> > the blur plug

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

2011-04-12 Thread sourav de
On Thu, Apr 7, 2011 at 5:36 PM, Mukund Sivaraman wrote: > Hi Sourav > > On Wed, Apr 06, 2011 at 09:44:31PM +0530, sourav de wrote: > > I tried to implement the blur operation in GEGL. The algorithm is same as > of > > the blur plug-in in GIMP. The patch file for GEGL operation and the > blur.c >

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

2011-04-07 Thread sourav de
On Thu, Apr 7, 2011 at 5:36 PM, Mukund Sivaraman wrote: > Hi Sourav > > On Wed, Apr 06, 2011 at 09:44:31PM +0530, sourav de wrote: > > I tried to implement the blur operation in GEGL. The algorithm is same as > of > > the blur plug-in in GIMP. The patch file for GEGL operation and the > blur.c >

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

2011-04-07 Thread Kevin Cozens
sourav de wrote: > I tried to submit the patch in bugzilla, but i was unable to create new > account there for not getting any email containing confirmation link. I > mailed bugmas...@gnome.org also, but in vain. The gnome.org people can take a while to respond at times. Have patience. _

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

2011-04-07 Thread shivani maheshwari
Ya i am also unable to create an account on bugzilla. I already made the plugin a day back. But have been waiting in vain for the confirmation mail from bugzilla. I want to ask my mentor Mukund to kindly tell me what to do in this case. Any help from any one is most welcome Thanx in advance On T

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

2011-04-07 Thread sourav de
On Thu, Apr 7, 2011 at 12:45 AM, Martin Nordholts wrote: > On 04/06/2011 06:14 PM, sourav de wrote: > > I tried to implement the blur operation in GEGL. The algorithm is same > > as of the blur plug-in in GIMP. The patch file for GEGL operation and > > the blur.c file for the plug-in are attached

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

2011-04-06 Thread Martin Nordholts
On 04/06/2011 06:14 PM, sourav de wrote: > I tried to implement the blur operation in GEGL. The algorithm is same > as of the blur plug-in in GIMP. The patch file for GEGL operation and > the blur.c file for the plug-in are attached below. Kindly let me know > if there is any mistake in my implemen

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

2011-04-06 Thread sourav de
I tried to implement the blur operation in GEGL. The algorithm is same as of the blur plug-in in GIMP. The patch file for GEGL operation and the blur.c file for the plug-in are attached below. Kindly let me know if there is any mistake in my implementation. -- Sourav De 2nd Year Student Departmen