Re: [Gimp-developer] lgm 2012

2012-02-09 Thread Joao S. O. Bueno
Alexandre wrote: Strange it may seem :) but we have Libre Graphics Meeting 2012 on May 2-5 in Vienna. Who's coming? I intend to be there - and as far as I know, Victor would be interested in going as well. js -- ___ gimp-developer-list

Re: [Gimp-developer] Filtering image on parameter change

2012-02-13 Thread Joao S. O. Bueno
On 13 February 2012 03:44, David Gowers (kampu) 00a...@gmail.com wrote: On Mon, Feb 13, 2012 at 10:40 AM, Grzegorz Karch grzegorz.ka...@gmail.com wrote: Hi, I'm working on a plugin for which I would like to have the image refreshed every time the user changes some parameter in the

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

2012-03-01 Thread Joao S. O. Bueno
On 29 February 2012 17:31, boo...@nc.rr.com wrote: 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

Re: [Gimp-developer] Translate to pt_BR

2012-03-13 Thread Joao S. O. Bueno
On 13 March 2012 10:10, Ricardo Klein klein@gmail.com wrote: Hi there, I work in an University in South of Brazil and we have here one teacher who want to make students of Information Systems learn English by software/documentation translation, so, I came to as you if you need help on

Re: [Gimp-developer] Get currently active image in python

2012-04-02 Thread Joao S. O. Bueno
On 23 March 2012 15:06, Chris Mohler cr33...@gmail.com wrote: On Fri, Mar 23, 2012 at 12:51 PM, Jon Decker jondecke...@gmail.com wrote: Thanks for the reply.  I do realize that the current image and drawable is passed to the plugin when first opened.  Perhaps I should explain further. I'm

Re: [Gimp-developer] Gsoc - Slicing Tool

2012-04-02 Thread Joao S. O. Bueno
On 2 April 2012 15:21, Alexia Death alexiade...@gmail.com wrote: On Mon, Apr 2, 2012 at 8:48 PM, gfxuser gfx.u...@online.de wrote: Hi, I might have overlooked something, but what's the difference to the already existing Image-Map filter (see Filters/Web/Image-Map) and Slice dialog

Re: [Gimp-developer] Python plugin debugging and workflow

2012-04-04 Thread Joao S. O. Bueno
On 3 April 2012 08:01, Jon Decker jondecke...@gmail.com wrote: Hello I have a lot of work into my first large plugin.  One thing that really slows my progress is the lack of any kind of debugging or work flow.  For example, if I make a syntax error, the plugin will just silently fail, or

Re: [Gimp-developer] Plugin registration question

2012-04-05 Thread Joao S. O. Bueno
On 4 April 2012 16:09, Ofnuts ofn...@laposte.net wrote: On 04/03/2012 11:54 AM, Jon Decker wrote: Hello The plugin I have been developing doesn't really relate to individual images (its more of an extension).  In my registration call, how do I make it so that the listing in the menu is

Re: [Gimp-developer] Python and vectors

2012-04-06 Thread Joao S. O. Bueno
On 6 April 2012 21:25, Ofnuts ofn...@laposte.net wrote: Is there a Pythonic way to add a gimp.Vectors to an image (ie not using pdb.gimp_vectors_new(img,name)). I can create a new vector using: vector=gimp.Vectors(image,name) But if I then use: image.vectors.append(vector) the new path

Re: [Gimp-developer] feature request -- reduce my mouse clicking by 90%

2012-04-19 Thread Joao S. O. Bueno
On 19 April 2012 10:13, Alec Battles alec.batt...@gmail.com wrote: hi. i've had a feature request i've wanted to make for ages now, so i figured i might as well make it. if anyone's sitting there thinking, wow i'd like to do some gimp hacking, please read on. the problem is this. i'm a

Re: [Gimp-developer] Difference between GIMP_PLUGIN and GIMP_EXTENSION

2012-04-23 Thread Joao S. O. Bueno
On 23 April 2012 15:12, Michael Natterer mi...@gimp.org wrote: On Sun, 2012-04-22 at 18:33 +0200, Alessandro Francesconi wrote: Hello, what's the conceptual difference between GIMP_PLUGIN and GIMP_EXTENSION types? When a plugin must be defined as an extension? Have you checked the developer

Re: [Gimp-developer] is it nationalized?

2012-04-29 Thread Joao S. O. Bueno
On 29 April 2012 14:14, Marco Ciampa ciam...@libero.it wrote: Sorry, I am not an expert of python but it seems that this in not nationalized: plug-ins/pygimp/plug-ins/gradients-save-as-css.py:        Save as CSS... I can't find it in the .po files. If I right clic on a gradient the menu

Re: [Gimp-developer] Merging visible paths via scripts

2012-05-24 Thread Joao S. O. Bueno
On 24 May 2012 07:37, Gino D ginodo...@gmail.com wrote: Hi. I'm searching for the Script-Fu procedure corresponding to the Merge Visible Paths widget available in the Path context menu, but so far I have been able neither to find it nor to devise a way to do the same by using other

Re: [Gimp-developer] feature: Set exclusive layer visibility within groups

2012-05-27 Thread Joao S. O. Bueno
Ok - we it can be seen that there are a couple of desired/needed visibility features when group layers are in the mix. Since any native changes to existing behavior could only come in gimp 2.10 (and only them we would have the feedback of lots o people just as we are having now with 2.8) - this

Re: [Gimp-developer] Different Languagepacks Linux/Windows?

2012-05-31 Thread Joao S. O. Bueno
On 31 May 2012 12:53, Kevin Cozens ke...@ve3syb.ca wrote: On 12-05-29 11:55 AM, Jernej Simončič wrote: Neither - PyGimp on Windows is always 32-bit, so I suspect it's looking for translations relatively to the 32-bit DLL directory. If a person wants to compile GIMP for 64-bit why is pygimp

Re: [Gimp-developer] Different Languagepacks Linux/Windows?

2012-06-01 Thread Joao S. O. Bueno
On 31 May 2012 19:19, Partha Bagchi parth...@gmail.com wrote: On Thu, May 31, 2012 at 1:55 PM, Joao S. O. Bueno gwid...@mpc.com.br wrote: Last I checked, there is no native PyGTK+ for Windows 64bit, due to the fact the binary signatures used by GCC in win 64 (used in gobject, gtk

Re: [Gimp-developer] Incorrect Hue-Saturation results in obscure cases

2012-06-04 Thread Joao S. O. Bueno
Hi Richard -- Could you open a bug report at bugzi...@gimp.org about this issue, and attach the example images ? js -- On 3 June 2012 17:30, Richard Gitschlag strata_ran...@hotmail.com wrote: (Apologies if this is a duplicate post; I tried sending it the other day but it didn't seem to go

Re: [Gimp-developer] Suspending display update

2012-06-14 Thread Joao S. O. Bueno
On 14 June 2012 08:11, Rob Antonishen rob.antonis...@gmail.com wrote: There are no pdb calls to change the view settings.  I've always duplicated the image and worked on the duplicate without it being displayed.  Also disable the undo stack of this duplicate to save memory. Indeed - I also

Re: [Gimp-developer] Suspending display update

2012-06-14 Thread Joao S. O. Bueno
On 14 June 2012 17:28, Ofnuts ofn...@laposte.net wrote: On 06/14/2012 11:11 AM, Rob Antonishen wrote: There are no pdb calls to change the view settings.  I've always duplicated the image and worked on the duplicate without it being displayed.  Also disable the undo stack of this duplicate to

[Gimp-developer] Selection mode - change of behavior between 2.6 and 2.8

2012-07-13 Thread Joao S. O. Bueno
Hi, I got a complaint from a hard core artist today about a behavior that changed between gimp2 .6 and 2.8 I was not aware of. (And no, it does not absolutely have to do with the file export options) It has to do with the selection mode: Once selected in the tool options, the add to selection,

Re: [Gimp-developer] Selection mode - change of behavior between 2.6 and 2.8

2012-07-13 Thread Joao S. O. Bueno
On 13 July 2012 22:34, Joao S. O. Bueno gwid...@mpc.com.br wrote: Hi, I got a complaint from a hard core artist today about a behavior that changed between gimp2 .6 and 2.8 I was not aware of. (And no, it does not absolutely have to do with the file export options) It has to do

Re: [Gimp-developer] Accessing the thumbnail size preference from Python...

2012-08-14 Thread Joao S. O. Bueno
On 14 August 2012 12:57, Ragnar Brynjúlfsson rag...@ragtag.net wrote: Hi, Is there a way to access what the thumbnail size (EditPreferencesEnvironmentSize of Thumbnails) is set to in the Gimp preferences from within my Python script? No, there is no API for that. The only ways of doing

Re: [Gimp-developer] Finding the gimp icon path in Python....

2012-08-15 Thread Joao S. O. Bueno
On 14 August 2012 15:56, Ragnar Brynjúlfsson rag...@ragtag.net wrote: How can I reliably find the path to where the Gimp icons are across all platforms? I'm basically doing: self.set_icon_from_file(/usr/share/icons/hicolor/scalable/apps/gimp.svg) in a PyGtk plug-in, which will obviously

Re: [Gimp-developer] translations

2012-08-17 Thread Joao S. O. Bueno
On 17 August 2012 15:18, free freewande...@rocketmail.com wrote: Thanks Alexandre. I've sent an e-mail to the translator mentioned in the link you sent me, and I'll subscribe to the gimp-docs mailing list. Let's see if I can help with something Hi Thiago -- I am the responsible for the

Re: [Gimp-developer] translations

2012-08-19 Thread Joao S. O. Bueno
On Fri, Aug 17, 2012 at 9:54 PM, free wrote: Hi, Who are the people responsible for translating gimp? I am a portuguese speaker and I could help translating the installer, the program, documentation... How do I get in contact with them? Typically they are people from local GNOME's

Re: [Gimp-developer] News of a new image enhancement algorithm ...

2012-08-23 Thread Joao S. O. Bueno
On 23 August 2012 08:55, Nicolas Robidoux nicolas.robid...@gmail.com wrote: Before starting to program SR, I would also contact the authors and ask 1) If they are, or know people who are, willing to help 2) If there are patents that get in the way. On the other hand - how is your work going?

Re: [Gimp-developer] News of a new image enhancement algorithm ...

2012-08-23 Thread Joao S. O. Bueno
On 23 August 2012 09:07, Nicolas Robidoux nicolas.robid...@gmail.com wrote: One last grumpy comment: Look at the right nostril of the baby. It's pure fiction. Since we are to this - one of the thigns that had impressed me the most is the border of the yellow helmets of the workers - on one of

Re: [Gimp-developer] GIMP plugin registry website

2012-08-24 Thread Joao S. O. Bueno
On 24 August 2012 11:03, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: On Fri, Aug 24, 2012 at 5:18 PM, Guillermo Espertino (Gez) wrote: It's true that the site became a little bit difficult to use. Alexandre, do they need help with the site? I could use some help from the

Re: [Gimp-developer] Gaussian/Tileable blur: Choice of IIR and RLE still necessary?

2012-08-30 Thread Joao S. O. Bueno
On 30 August 2012 01:11, scl scl.gp...@gmail.com wrote: Hi, I'm currently working out a GUI brainstorm idea for the Gaussian and Tileable Blur dialogs. Both dialogs let the user choose between the algorithms IIR and RLE. The documentation says, IIR is faster on photographs, RLE faster on

Re: [Gimp-developer] still missing translation for script-fu, only in some languages

2012-08-31 Thread Joao S. O. Bueno
On 31 August 2012 12:47, Cristian Secară li...@secarica.ro wrote: The script-fu in stable version is still limited to 61 strings (something related to intltool as far as I understand from past messages). But what confuses me is that (for example) the French or German script-fu menus are for

Re: [Gimp-developer] Gaussian/Tileable blur: Choice of IIR and RLE still necessary?

2012-08-31 Thread Joao S. O. Bueno
On 31 August 2012 22:11, Liam R E Quin l...@holoweb.net wrote: On Thu, 2012-08-30 at 11:49 +0200, gg wrote: With modern computers argument is countered by on modern images. As the hardware gets faster the images also get bigger ( in both x and y) . As gimp progresses to higher bit resolutions

Re: [Gimp-developer] Problem with python save handler

2012-09-10 Thread Joao S. O. Bueno
On 9 September 2012 17:09, Rob Antonishen rob.antonis...@gmail.com wrote: It seems the issue is related to adding extra parameters to the save handler Is it not possible to have dialog parameters with a python save handler? Seems not, no. Setting the menu=FILE and/or setting the

Re: [Gimp-developer] Translate the Windows installer packages of GIMP 2.8.x

2012-10-15 Thread Joao S. O. Bueno
On 13 October 2012 18:09, Michael Schumacher schum...@gmx.de wrote: Hi, some of you might have noticed that the Windows installers for GIMP 2.8.x, available from http://gimp-win.sourceforge.net, offer a few more language options than previous releases - Deutsch, English, Italiano and

Re: [Gimp-developer] [Gimp-user] Translate the Windows installer packages of GIMP 2.8.x

2012-10-15 Thread Joao S. O. Bueno
On 15 October 2012 10:11, Jernej Simončič jernej|s-gm...@eternallybored.org wrote: On Mon, 15 Oct 2012 10:05:32 -0300, Joao S. O. Bueno wrote: I've just comitted translations to Brazilian Portuguese there - but it ocurred me: Are the codes the same? he ISO translations code used elsewhere

Re: [Gimp-developer] Path stroking mysteries

2012-10-18 Thread Joao S. O. Bueno
On 19 October 2012 01:37, Liam R E Quin l...@holoweb.net wrote: On Fri, 2012-10-19 at 02:48 +0200, Ofnuts wrote: - Make an ellipse selection - Stroke the selection with a 2px solid line, and anti-aliasing checked in the Stroke dialog: the line is jagged (at least on my Linux 2.6.8 and 2.7.2,

Re: [Gimp-developer] Upgraded palette-sort.py plugin

2012-11-03 Thread Joao S. O. Bueno
There is no need putting this in the plug-in registry - since the paltete sort is a plug-in in the main GIMP tree. Your changes are welcome improvements - and we shoudl manage to merge them in for GIMP 2.10 - meanwhile you could attach both your version of the plug-in and a diff against what is

Re: [Gimp-developer] North East Astro Imaging Conference

2013-01-10 Thread Joao S. O. Bueno
On 9 January 2013 00:20, Bob Moore n2...@optonline.net wrote: Hello, My name is Bob Moore I run a large astro imaging conference just outside New York City in April. I am looking for contact info for someone on the Gimp team that may be interested in becoming a speaker at this year’s NEAIC. I

Re: [Gimp-developer] unified transform tool

2013-02-24 Thread Joao S. O. Bueno
On 24 February 2013 09:23, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: On Sun, Feb 24, 2013 at 4:09 PM, peter sikking wrote: meanwhile, I am looking for a new small design project to put before my students in a months time. any ideas. It seems that folks who create textures

Re: [Gimp-developer] Improving pygimp documentation

2013-03-04 Thread Joao S. O. Bueno
I am sorry - this is not the way to proceed. There is no GIMP's built-in help - GIMP_Python does use standard Python's help - and that should no tchange. What standard Python help does is to display the function signature, when available, and the contents of the object's __doc__ attribute. Your

Re: [Gimp-developer] gimp gradients

2013-03-13 Thread Joao S. O. Bueno
To all people complaining about how hard it is today to edit a gradient - The most usable way I have to edit gradients in GIMP is actually quite hidden: try drag and dropping colors from the color selector into the gradient editing window. What would be a nightmare of segment splitting,

Re: [Gimp-developer] Fwd: gimp drawable question

2013-04-23 Thread Joao S. O. Bueno
On 23 April 2013 11:51, Tibor Bamhor tibor...@gmail.com wrote: Hi, after some digging and coding I found that the problem is bit different, so please ignore description in my above mail... The problem currently is (and I noticed also by other plugins of mine) that the image is not refreshed

Re: [Gimp-developer] Registering a plugin in the Dynamics menu

2013-05-08 Thread Joao S. O. Bueno
Sorry Bertrand - I think we forgot to add it as a plug-in possibility. Currently the available options for prefixing menus are: ['Brushes', 'Buffers', 'Channels', 'Colormap', 'Fonts', 'Gradients', 'Image', 'Layers', 'Load', 'Palettes', 'Patterns', 'Save', 'Toolbox', 'Vectors'] -

Re: [Gimp-developer] Updated dicom writing plugin

2013-05-20 Thread Joao S. O. Bueno
Indeed - I think no one is following the state of art in DICOM lately - and like in astronomy, that is an area where GIMP could have a boost. I for one welcome this contributions, and it would be nice to see whatever improvements you could heklp GIMP to have in DICOM for the next version, now

Re: [Gimp-developer] Text Editor Popup/Overlay Dialog

2013-06-27 Thread Joao S. O. Bueno
On 26 June 2013 13:15, Jake Blank jaketbl...@gmail.com wrote: The overlay-ed Text Editor in Gimp 2.8+ is extremely annoying - how can I choose a proper font if I can't see my image?! afaik there's no way to disable it :/ Indeed - maybe everyone agrees it could be hidden if the user sets the

Re: [Gimp-developer] GIMP python (pythonfu) plugin: How to include the PreviewArea from gimpui

2013-07-20 Thread Joao S. O. Bueno
On 20 July 2013 17:58, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: On Sat, Jul 20, 2013 at 9:22 PM, Akkana Peck akk...@shallowsky.com wrote: Michael Schroeder writes: I am writing a plugin for Gimp. It works alright via the GIMP UI and command line by registering it to gimp. But

Re: [Gimp-developer] Need help with Python on GIMP 2.8 for bug fixing

2013-08-02 Thread Joao S. O. Bueno
teh _ is a call to be used when your plug-in is written with multi-lingual support - either write your plug-in copying the _ related bits from another python plug-in with localisation, or leave it apart for now - just put on the beggining files of your plug-in something along: _ = lambda x: x

Re: [Gimp-developer] non-destructive editing and adjustment layers

2013-09-01 Thread Joao S. O. Bueno
On 1 September 2013 05:56, kcle...@users.sourceforge.net wrote: I mean that whenever a plugin is used on an image with the channel size larger than the plugin can support, gimp should output a warning message about loss of precision. So I guess would adding a simple check like this involve

Re: [Gimp-developer] Of Palettes and Plug-ins

2013-09-06 Thread Joao S. O. Bueno
Hi - Yes, the paramerter PF_PALETTE is passed around as a string - but that string is teh palette name in GIMP- teh palette is them usable with all palette -related PDB functions There is no higher level Palette object on the Python side - and it makes little sens implementing one with the

Re: [Gimp-developer] Of Palettes and Plug-ins

2013-09-06 Thread Joao S. O. Bueno
Besides - you have to check what makes more sense - I't think Palette exporting/importing plug-ins have to be on the Palletes context menu My basic design is going to be as follows: - Add a procedure to register a palette loader There is no such thing as a palette loader - but there are

Re: [Gimp-developer] Of Palettes and Plug-ins

2013-09-07 Thread Joao S. O. Bueno
On 7 September 2013 03:20, Warren Turkal w...@penguintechs.org wrote: On Fri, Sep 6, 2013 at 11:20 AM, Joao S. O. Bueno gwid...@mpc.com.br wrote: From the above comment, I assume that what I want to do will be hard. Any pointers on what would need to change to make it more useful? I'd

Re: [Gimp-developer] Of Palettes and Plug-ins

2013-09-07 Thread Joao S. O. Bueno
On 7 September 2013 04:18, Warren Turkal w...@penguintechs.org wrote: I haven't found any way to make that interface work for what I am doing. Basically, I need to be able to return a palette object, but not one in the UI yet. That palette object can then be loaded by the existing gimp code

Re: [Gimp-developer] Quick-edit workflow

2013-10-31 Thread Joao S. O. Bueno
On 31 October 2013 05:36, Karl-Heinz Zimmer khzim...@posteo.de wrote: Yes, you can add such a shortcut, please go to: Edit / Keyboard shortcuts ... Just a somewhat unrelated notice - as I consider this one of GIMP's most important features: in GIMP you don't have to go to

Re: [Gimp-developer] Blinds filter unavailable in GIMP master

2013-11-01 Thread Joao S. O. Bueno
Anyway - I consider this particular filter long due obsolete. I do use filter-render-pattern-grid (set vertical grid width to 0) for a much better horizontal stripping effect. On 1 November 2013 20:06, Michael Natterer mi...@gimp.org wrote: On Fri, 2013-11-01 at 21:55 +0100, scl wrote: Hi,

Re: [Gimp-developer] pathon-scripts with GEGL?

2013-11-28 Thread Joao S. O. Bueno
There are currently no, that I know, scripts that use both GIMP-Python and PyGegl - if there are, tehre is no integration between both. Python + GEGL should work fine though Pygobject introspection - but currently there is no straightforward way for retrieving a GEGL Buffer for a GIMP drawable,

Re: [Gimp-developer] pathon-scripts with GEGL?

2013-11-28 Thread Joao S. O. Bueno
November 2013 12:46, Joao S. O. Bueno gwid...@mpc.com.br wrote: There are currently no, that I know, scripts that use both GIMP-Python and PyGegl - if there are, tehre is no integration between both. Python + GEGL should work fine though Pygobject introspection - but currently

[Gimp-developer] Python wrappers for easier GEGL access -

2013-11-28 Thread Joao S. O. Bueno
Hi there - as you may know, i tis possible to use GEGL from Python and other languages by using gobject introspection - But the automated bindings generated make it too verbose, and make poor use of the introspection built-in GEGL itself - So I've created these lightweight wrappers over the

Re: [Gimp-developer] pathon-scripts with GEGL?

2013-11-29 Thread Joao S. O. Bueno
I've writing started such CPython bindings yesterday - in time we should expose the buffers in a proper way. https://github.com/jsbueno/python-gegl What is difficult to do via pygobject bindings is to make use of GEGL itself - the linked example file of yesterday sepeaks for itself. While GEGL

Re: [Gimp-developer] pathon-scripts with GEGL?

2013-11-29 Thread Joao S. O. Bueno
Ok - if it is working in current stable versions, I am fine them (yesterday I falied to build pygobject 2.28.6 on a first try, in a clean prefix., will try harder later on). On 29 November 2013 13:32, Daniel Sabo daniels...@gmail.com wrote: $ python Python 2.7.3 (default, Jul 24 2012,

Re: [Gimp-developer] Gimp from git Gegl Gaussian Blur and Unsharp Mask useability issues

2013-12-03 Thread Joao S. O. Bueno
Agreeded - the size sliders in GIMP are a problem - I've implemented the logarithmic slider back in the time - and it was ovecome by the new linear sliders. I still don't see how the lienar sliders make sense - when painting detail one endś up using the left 5% of the slider to count values. (The

Re: [Gimp-developer] Gimp from git Gegl Gaussian Blur and Unsharp Mask useability issues

2013-12-03 Thread Joao S. O. Bueno
On 3 December 2013 17:10, Teo Mazars maza...@ensimag.grenoble-inp.fr wrote: Hah, and the computational explosion with bad parameters is a known bug in a lot of GEGL operations, it may even make GIMP crash. It probably needs to be fixed in each operation individually, but this is not

Re: [Gimp-developer] Scripting: creating a channel from a layer in another image and other channel-related manoeuvres

2013-12-15 Thread Joao S. O. Bueno
When in doubt, gimp-edit-copy and gimp-edit-paste can be quite handy to transfer pixels across layers/channels/images. On 14 December 2013 11:49, Ofnuts ofn...@laposte.net wrote: On 12/14/2013 12:21 AM, Ofnuts wrote: Then, gimp-layer-create-mask will accept a ADD-CHANNEL-MASK (6) type, but

Re: [Gimp-developer] [Gimp-user] Why so COMPLICATED?

2013-12-27 Thread Joao S. O. Bueno
On 27 December 2013 16:22, Sam Gleske sam.mxra...@gmail.com wrote: Original message below. I see a good feature recommendation here. Sliders for fuzzy selection in the select Tool Options dialogs. I think it would be useful. Well, that is there since...forever! The task at hand here is

Re: [Gimp-developer] how far from 2.10?

2014-01-02 Thread Joao S. O. Bueno
OK, maybe I'm pessimistic here, even if some of my python scripts had to be reworked between 2.6 and 2.8, which have far less differences than 2.8 and 2.10. Then in the current API there are still many values with 0-255 ranges (gimp-drawable-{get|set}-pixel (),gimp-histogram) for instance. So

Re: [Gimp-developer] Image history access from python

2014-01-15 Thread Joao S. O. Bueno
Hi Pacco- yes, subverting Path creation for getting user coordinates is currently the only way GIMP plug-ins have to get them. (You could however, clear the paths on the plug-in call if in your workflow clearing them become a burden) It is interesting to note that even the C plug-ins that ship

Re: [Gimp-developer] Enhancement request for .cur cursor files

2014-01-19 Thread Joao S. O. Bueno
I don't know if closing the bugt report as invalid is a nice choice, if it is a valid feature being requested. Are there more bug reports asking for the same thing? (/me shyes away of dealing with bugzilla) - so this would be a duplicate? From your quotes above, it is clear that creating cursos

Re: [Gimp-developer] Get pointer coordinates in a python script

2014-01-25 Thread Joao S. O. Bueno
On 25 January 2014 10:30, Dimitri Robert dimi...@gabian-libre.org wrote: Hi, I need to get pointer coordinates for a Python script but I didn't found the methode to do that. Result of my searches : - no function in the pdb - need to use PyGTK and gtk.gdk.Event.get_coords but I don't need

Re: [Gimp-developer] Get pointer coordinates in a python script

2014-01-26 Thread Joao S. O. Bueno
All painting is done in a GEGL Buffer - but the events got from the user don't traverse a GEGL interface into GEGL nodes which paint on these buffers: I think it should not be to hard to think of a way (I am not saying about it would not be hard to implement - I am saying it would not be hard to

Re: [Gimp-developer] Python plugin dev: getting picked color from gimpui.PickButton.color-picked event callback?

2014-02-05 Thread Joao S. O. Bueno
You are really trying something very different than what the current GIMP-Python integration is thought of to do: You are using gobject introspection to call functions that up to now have only been called from native-code plug-ins (normally in C), and have no provision to be called from Python or

Re: [Gimp-developer] Release and translation of textures

2014-02-05 Thread Joao S. O. Bueno
On 4 February 2014 21:56, Michael Bauer f...@akerbeltz.org wrote: Hi, Two questions - I've got the main UI translation for Gaelic (gd) at 97% (some strings I need to check in context) but I was wondering at this point what the process for getting a new locale into release is? Is it automatic

Re: [Gimp-developer] Gimp Manual Roadmap proposal

2014-02-07 Thread Joao S. O. Bueno
Hi Roman - when you talk about a 3.0 manual version in 3.0 - I am with the impression that the purposed changes would take place before GIMP 3.0 itself (as the next version shall be 2.10) So - it looks like the purposed version numbering would dissociate the manual version from GIMP's version -

Re: [Gimp-developer] [Gimp-docs] Gimp Manual Roadmap proposal

2014-02-07 Thread Joao S. O. Bueno
RyoTa : how much do you know about Publican? Do you think it is possible to change it so that it would allow the extra forms in which we use these links could work? (We'd try to commit these changes upstream, of course). otherwise, I agree it is not a suitable option. js -- On 7 February

Re: [Gimp-developer] assets in the high bith depth age

2014-02-10 Thread Joao S. O. Bueno
I agree with the file-format, ad I don't think keeping the i18n's in file is a bad thing to do. The idea of having a file as a pill containing all the translations, and such seens much more tasty than having to distribute separated i18n resources when I publish, say, a color palette on my blog.

Re: [Gimp-developer] Gimp 2.6 french mac manual

2014-03-01 Thread Joao S. O. Bueno
Hi marianne - While some of your concerns could be more carefully addressed, please note that GIMP 2.6 has been discontinued almost 2 years ago. The current stable option of GIMP is 2.8 - and we have new people (volunteers as you said) actively working on the actual GIMP program release for the

[Gimp-developer] Creation of a set of operations item

2014-03-15 Thread Joao S. O. Bueno
Hi, I would like to discuss about the possibility of a Set of operations GIMP item - In the current state of GIMP, I think one nice thing to have would be the ability to specify sets of GEGL operations that could be re-used across the UI in some different places. One example of such Set of

[Gimp-developer] Creation of a set of operations item

2014-03-15 Thread Joao S. O. Bueno
Hi, I would like to discuss about the possibility of a Set of operations GIMP item - In the current state of GIMP, I think one nice thing to have would be the ability to specify sets of GEGL operations that could be re-used across the UI in some different places. One example of such Set of

Re: [Gimp-developer] Fwd: Gimp Registry Future

2014-04-09 Thread Joao S. O. Bueno
Hi Sven - It is nice to read this - I am very interested in having it working on the client side - that is, a GIMP plug-in that could make one-click download of plug-ins, scripts and other resources (brushes, tool settings, gradients and so on). Having an API SPEC for the registry would be

[Gimp-developer] About closing feature requests as invalid

2014-04-19 Thread Joao S. O. Bueno
As of lately, new, sometimes simple, feature requests added to bugzilla are being quickly closed as invalid, with a short-text inviting the reporter to discuss the feature here (developer mailing list) rather than entering then at bugzilla. This here is an invitation for us to discuss this

Re: [Gimp-developer] [FEAT-REQUEST] A way to quickly know layer dimensions in Gimp

2014-04-20 Thread Joao S. O. Bueno
https://bugzilla.gnome.org/show_bug.cgi?id=728493 - feature implemented and comited as new status bar codes. (%x and %y) On 20 April 2014 23:15, Joao S. O. Bueno gwid...@gmail.com wrote: I think the only reason this has never been implemented is that it has been in the long term goal

[Gimp-developer] [FEATURE] - Blend mode Truncate

2014-04-23 Thread Joao S. O. Bueno
Ok, I think if we keep posting new small wanted (and being hacked on) features here, maybe we can get the thing going. So, I propose adding a fourth repeat mode for the Blending tool: The default behavior when blending with repeat None is to stretch the last color on the gradient (and for linear

Re: [Gimp-developer] [FEATURE] - Blend mode Truncate

2014-04-23 Thread Joao S. O. Bueno
On 23 April 2014 21:35, Gez lis...@ohweb.com.ar wrote: El 2014-04-23 18:10, Joao S. O. Bueno escribió: Maybe this should have even been the proper behavior for Repeat None - but since it can't be changed now, introducing this as a new repeating mode can bring new ways to use the blending

Re: [Gimp-developer] Emails for contributors?

2014-05-01 Thread Joao S. O. Bueno
On 1 May 2014 23:09, Jehan Pagès jehan.marmott...@gmail.com wrote: Hi, Haven't we discussed gimp.org emails for contributors during LGM? I remember that the last day, someone asked about this and the conclusions was that it was a good idea. I wouldn't mind one either. :-) The same for me.

Re: [Gimp-developer] How to call gimp_export_image() from Python plugin

2014-06-17 Thread Joao S. O. Bueno
From Python, in GIMP 2.8, you have to make calls to whatever is available via the PDB, but for some calls that have been shortened as methods of Image, Layer and other objects (but internally, most things happen through the PDB anyway). So, you have to call either pdb.gimp_file_save and specify

Re: [Gimp-developer] How to call gimp_export_image() from Python plugin

2014-06-18 Thread Joao S. O. Bueno
On 18 June 2014 07:43, Vladimir Rutsky rutsky.vladi...@gmail.com wrote: On Wed, Jun 18, 2014 at 7:32 AM, Joao S. O. Bueno gwid...@gmail.com wrote: From Python, in GIMP 2.8, you have to make calls to whatever is available via the PDB, but for some calls that have been shortened as methods

Re: [Gimp-developer] How to call gimp_export_image() from Pythonplugin

2014-06-18 Thread Joao S. O. Bueno
S. O. Bueno gwid...@gmail.com wrote: On 18 June 2014 07:43, Vladimir Rutsky rutsky.vladi...@gmail.com wrote: On Wed, Jun 18, 2014 at 7:32 AM, Joao S. O. Bueno gwid...@gmail.com wrote: From Python, in GIMP 2.8, you have to make calls to whatever is available via the PDB, but for some calls

Re: [Gimp-developer] Python-fu GIMP Layer parent property error

2014-06-18 Thread Joao S. O. Bueno
yes - this is a bug - and it can be open in the bugtracker. On 18 June 2014 22:41, Seldom Needy needthist...@gmail.com wrote: As stated at http://www.gimp.org/bugs/ I'm supposed to mention issues here before throwing them into the tracker so here goes. Working on a plugin that does some layer

Re: [Gimp-developer] How to call gimp_export_image() from Pythonplugin

2014-06-19 Thread Joao S. O. Bueno
Oliveira Bueno Cc: Ed . ; gimp-developer Subject: Re: [Gimp-developer] How to call gimp_export_image() from Pythonplugin On Wed, Jun 18, 2014 at 9:52 PM, Joao S. O. Bueno gwid...@gmail.com wrote: IS it available throught the PDB? Most GIMP - Python functions are done via PDB, except pixel

Re: [Gimp-developer] pin references

2014-06-19 Thread Joao S. O. Bueno
On 9 June 2014 15:06, Johann jo.y.v...@gmail.com wrote: Hi, please add the ability to: -pin reference pictures outside the image boundaries Outside because for now i have to insert reference images inside my canvas, covering parts of my work. Ive to move the refs around while im painting

Re: [Gimp-developer] How to call gimp_export_image() from Pythonplugin

2014-06-19 Thread Joao S. O. Bueno
On 19 June 2014 20:38, Ed . ej...@hotmail.com wrote: My understanding is that libgimp is for C plugins. Many libgimp functions are in fact calls to PDB functions - see libgimp/gimppainttools_pdb.c for example. The distinction between high and low level is not the one used to determine what is

Re: [Gimp-developer] Python-fu GIMP Layer parent property error

2014-06-19 Thread Joao S. O. Bueno
Issue fixed in master and 2.8 branch. (It will be generally available as of gimp 2.8.12) Thanks for spotting that. js -- On 19 June 2014 00:31, Joao S. O. Bueno gwid...@gmail.com wrote: yes - this is a bug - and it can be open in the bugtracker. On 18 June 2014 22:41, Seldom Needy

[Gimp-developer] (no subject)

2014-06-20 Thread Joao S. O. Bueno
this should be backported to 2.8. As I see it, it is less useful than recreating what would be its job in the Python-plugin side, since it is broken anyway (regarding layer groups and masks). js -- On 19 June 2014 21:42, Joao S. O. Bueno gwid...@gmail.com wrote: On 19 June 2014 20:38, Ed . ej

Re: [Gimp-developer] How to call gimp_export_image() from Pythonplugin

2014-06-20 Thread Joao S. O. Bueno
/python-gegl js -- On 20 June 2014 19:13, Vladimir Rutsky rutsky.vladi...@gmail.com wrote: On 20.06.2014 04:42, Joao S. O. Bueno wrote: On 19 June 2014 20:38, Ed . ej...@hotmail.com wrote: My understanding is that libgimp is for C plugins. Many libgimp functions are in fact calls to PDB

Re: [Gimp-developer] How to call gimp_export_image() from Pythonplugin

2014-06-22 Thread Joao S. O. Bueno
-to-gobject-introspection/ GIR is something that GIMP will fully support when someone gets around to it - currently I've volunteered to be that guy. So - that is GIR, not GIO. How far had you got? Ed -Original Message- From: Joao S. O. Bueno Sent: Friday, June 20, 2014 11:59 PM

Re: [Gimp-developer] Blend Tool UI

2014-06-22 Thread Joao S. O. Bueno
On 23 June 2014 00:31, Michael Henning dra...@darkrefraction.com wrote: I'd like to make some incremental improvements to the blend tool. On IRC, Alexandre suggested to get the UI team involved, so I'm looking for feedback/advice from the UI team. Here are my general plans: * I'd like to

Re: [Gimp-developer] Blend Tool UI

2014-06-25 Thread Joao S. O. Bueno
On 25 June 2014 01:59, Michael Henning dra...@darkrefraction.com wrote: Joao: You might have misunderstood me. I'm referring to the blend tool, not the gradient editor. Yes . I indeed was thinking about the gradient editor - just later I realized it was the actual application of the gradient on

Re: [Gimp-developer] Compile gimp plugins with lazarus

2014-07-08 Thread Joao S. O. Bueno
Exactly - I don't think this could work, unless lazarus has a way to place calls to native code functions in dynamic libraries. If so, one could make use of libgimp and create a plug-in just like the C plug-ins. Otherwise, no deal. js -- On 8 July 2014 14:51, scl scl.gp...@gmail.com wrote:

Re: [Gimp-developer] User of Software

2014-07-16 Thread Joao S. O. Bueno
On 14 July 2014 07:15, Lythgoe Sharon sharon.l.lyth...@wwl.nhs.uk wrote: Hi I work in an NHS organisation and we would like to download and use your software as it's been recommended to us. However I've looked through the licence agreement on the gimp website and although it appears to be

Re: [Gimp-developer] ANNOUNCE: GIMP User Manual 2.8.2 released

2014-08-14 Thread Joao S. O. Bueno
caros -- saiu a nova versão do manual do GIMP - 2.8.2, com a tradução completa para PortuguÊs - o maual é ao mesmo tempo um livro e a ajuda online do GIMP, com textos sore cada item da interface quando se aperta F1 - Instalem, testem e divulguem! :-) abraços, js -- --

Re: [Gimp-developer] ANNOUNCE: GIMP 2.8.14 released

2014-08-26 Thread Joao S. O. Bueno
Yaii! Now we are getting up to speed! On 26 August 2014 14:50, Michael Natterer mi...@gimp.org wrote: Hi, GIMP 2.8.14 has been released. This is a bugfix release in the stable 2.8 series, no new features were added. Yesterday's 2.8.12 release had broken library versioning, please don't

Re: [Gimp-developer] Query about Brushes and names

2014-09-10 Thread Joao S. O. Bueno
On 10 September 2014 08:09, Andrew Francis u10...@yahoo.co.uk wrote: Dear Sir or Madam, I do hope my query doesn't automatically go out to all developers - I don't want to pester everyone with it! My apologies if I have done so. I just have a query about GIMP and if it is possible to

Re: [Gimp-developer] Gimp Gui redesign

2014-09-23 Thread Joao S. O. Bueno
Hi Ricardo - This is the correct forum -- just let me give you some advice so that you can start to adjust your expectatives, and avoid frustration both to you and to developers: GIMP is a huge project, with a history going back almost 2 decades, has millions of lines of code, and is maintained

  1   2   >