Re: [Gimp-developer] Need help with Python plugin exporting to raw file (using Gimp 2.9)

2015-02-21 Thread Partha Bagchi
It should not be a problem I think since I work on both Mac and Windows. GTK3 and friends build just fine for me on those platforms. What problems are you envisaging? Thanks, Partha On Sat, Feb 21, 2015 at 8:11 AM, Joao S. O. Bueno gwid...@gmail.com wrote: On 21 February 2015 at 10:35, Partha

Re: [Gimp-developer] Need help with Python plugin exporting to raw file (using Gimp 2.9)

2015-02-21 Thread Alek _
Where did you commit the changes? I looked at https://github.com/jsbueno/python-gegl and it says the last commit was Jun 6, 2014. I did find a way to get my values. I found out that if I enable precision (pdb.gimp_plugin_enable_precision), the pixel array from srcTile[x,y] will contain the

Re: [Gimp-developer] Need help with Python plugin exporting to raw file (using Gimp 2.9)

2015-02-21 Thread Partha Bagchi
Hi João, What's your timeframe for modifying pygimp to use introspection? I have not yet built glib and friends with introspection because it's a pain and it's finicky. :) Thanks, Partha On Fri, Feb 20, 2015 at 11:54 PM, Joao S. O. Bueno gwid...@gmail.com wrote: Hi - I've actually comitted

Re: [Gimp-developer] Need help with Python plugin exporting to raw file (using Gimp 2.9)

2015-02-21 Thread Joao S. O. Bueno
On 21 February 2015 at 10:35, Partha Bagchi parth...@gmail.com wrote: Hi João, What's your timeframe for modifying pygimp to use introspection? I have not yet built glib and friends with introspection because it's a pain and it's finicky. :) No idea on timeframes . Introspection as it is

Re: [Gimp-developer] Need help with Python plugin exporting to raw file (using Gimp 2.9)

2015-02-21 Thread Joao S. O. Bueno
On 21 February 2015 at 16:46, Alek _ specta...@outlook.com wrote: Where did you commit the changes? I looked at https://github.com/jsbueno/python-gegl and it says the last commit was Jun 6, 2014. Yes - it works nicely for what it does - enabling access to gegloperators, but tehre are new