[Gimp-developer] We want to add some code to GEGL

2012-02-29 Thread Zhang Peixuan
Hello All, As we have said yesterday, we have some code that want to be add to GEGL, which are some OpenCL opmitiztion code for GEGL. We work with Victor Oliveira, and we did another branch of filters. Our code is on: https://github.com/peixuan/GEGL-OpenCL Anyone who is insterested in it can

[Gimp-developer] [Script-fu] How to convert a path to a selection?

2012-02-29 Thread grafxuser
Hi, in GIMP 2.6.12 I tried to make a selection from a path for further use. To achieve this I used the following code snippet (let * ((v (gimp-vectors-import-from-file image filename FALSE scale-to-imagesize)) (gimp-vectors-to-selection v 2 TRUE FALSE 0 0) ) This snippet should 1. import a pat

[Gimp-developer] Proposal for fulfilling a feature request

2012-02-29 Thread Benjamin Johnson
Hey There GIMP Devs, I am representing a team of 5 students who want to make some contributions to the GIMP project as a small part of our coursework for CSCI 462 Software Engineering Practicum. Thus far, our in

[Gimp-developer] GIMP Python plugin that uses GEGL via pygegl

2012-02-29 Thread bootch
I want to write a GIMP Python plugin that uses GEGL via pygegl (a Python extension that wraps GEGL.) It seems that neither the GIMP PDB nor PyGIMP has a method to get a TileManager. You need a pointer to a TileManager as a parameter to gegl_node_new_child() when creating an input node connecti

[Gimp-developer] LGM 2012: Last call for talks

2012-02-29 Thread a.l.e
Hi! Two days are left for submitting talks, workshops,and panels for the upcoming Libre Graphics Meeting! http://libregraphicsmeeting.org/2012/submit-a-talk Please consider that the audience we expect in Vienna is mostly people who are already part of one of our projects or graphic artists who

Re: [Gimp-developer] How to add our code into GIMP's GIT

2012-02-29 Thread Kevin Cozens
On 12-02-29 04:35 AM, Martin Nordholts wrote: provide good patches that improve GIMP, either by sending them to the mailing list or by attaching them to a bug report in Bugzilla. Code patches should NOT be sent directly via the mailing list. Instead, include a URL to where the patch file can b

Re: [Gimp-developer] How to add our code into GIMP's GIT

2012-02-29 Thread Tobias Jakobs
Hello and welcome to the Gimp, On Wed, Feb 29, 2012 at 10:17, Zhang Peixuan wrote: > We are very willing and very much hope to be able to add our code for > GIMP. I'm just curious, who is we. Regards, Tobias ___ gimp-developer-list mailing list g

Re: [Gimp-developer] How to add our code into GIMP's GIT

2012-02-29 Thread Alexandre Prokoudine
On Wed, Feb 29, 2012 at 1:17 PM, Zhang Peixuan wrote: > We are very willing and very much hope to be able to add our code for > GIMP. We currently do with GEGL's parallel speedup, and we work with Victor > Oliveira. However, I do not know how we can become the GIMP developers? How > can we hav

Re: [Gimp-developer] How to add our code into GIMP's GIT

2012-02-29 Thread Martin Nordholts
Den 29 februari 2012 10:17 skrev Zhang Peixuan : > We are very willing and very much hope to be able to add our code for > GIMP. We currently do with GEGL's parallel speedup, and we work with Victor > Oliveira. However, I do not know how we can become the GIMP developers? How > can we have per

[Gimp-developer] How to add our code into GIMP's GIT

2012-02-29 Thread Zhang Peixuan
We are very willing and very much hope to be able to add our code for GIMP. We currently do with GEGL's parallel speedup, and we work with Victor Oliveira. However, I do not know how we can become the GIMP developers? How can we have permission to submit our code to the official GIT? Thanks!