Re: [Gimp-user] Save and automatically apply a series of editing steps

2015-12-06 Thread Pat David
Unfortunately no, no short version of pushing buttons (yet). Script-fu or Python are probably the best bet at the moment? At least there's a script fu console and the pdb to reference while building out a script... On Sun, Dec 6, 2015 at 6:35 AM Elle Stone wrote:

[Gimp-user] Save and automatically apply a series of editing steps

2015-12-06 Thread Elle Stone
I'd like to be able to open an image file in GIMP (GIMP 2.9, not sure if the version makes a difference) and have a series of editing steps performed automatically. I found the following tutorial: https://www.gimp.org/tutorials/Automate_Editing_in_GIMP/ That's a long, complicated tutorial

Re: [Gimp-user] opening 2.9.3 file in 2.8.14 (NOT)

2015-12-06 Thread Gez
El sáb, 05-12-2015 a las 13:00 -0500, Steve Kinney escribió: > On 12/05/2015 11:36 AM, Ofnuts wrote: > > > > > Wouldn't it be useful to have a different file extension for > > > > the new > > > > high-precision contents? > Speaking strictly from a user perspective, it always sucks when you try

Re: [Gimp-user] Plugin for copying mouse coordinates to clipboard

2015-12-06 Thread Ofnuts
On 06/12/15 21:40, Alexandre Prokoudine wrote: On Sun, Dec 6, 2015 at 10:57 PM, Kevin Payne wrote: As GIMP's built-in mechanism for picking points (Sample points) is completely unscriptable (WHY ) Let's keep our cool, Kevin :) Sample points are currently limited to just 4 in the UI

Re: [Gimp-user] Plugin for copying mouse coordinates to clipboard

2015-12-06 Thread Alexandre Prokoudine
On Mon, Dec 7, 2015 at 12:13 AM, Ofnuts wrote: >> So yes, theoretically it would be entirely possible to make as many >> sample points as needed, then run a script that would export positions >> of all sample points to something like CSV. For this to happen, >> someone will have to: >> >> 1)

Re: [Gimp-user] Plugin for copying mouse coordinates to clipboard

2015-12-06 Thread Kevin Payne
From: gimp-user-list on behalf of Alexandre Prokoudine Sent: 06 December 2015 22:06 Cc: gimp-user-list@gnome.org Subject: Re: [Gimp-user] Plugin for copying mouse coordinates to

Re: [Gimp-user] Save and automatically apply a series of editing steps

2015-12-06 Thread Kevin Payne
That then begs the question: Have any of the changes in 2.9.2 been reflected in updates to the pdb calls for scripting? And if so, how are the fixed 0-255 ranges being handled? From: gimp-user-list on behalf of Pat

Re: [Gimp-user] Plugin for copying mouse coordinates to clipboard

2015-12-06 Thread Kevin Payne
As GIMP's built-in mechanism for picking points (Sample points) is completely unscriptable (WHY ), I'd imagine creating a new, small layer consisting of some crosshairs, then having the user move that layer to the desired location and using a script to get that location. Kevin

Re: [Gimp-user] Plugin for copying mouse coordinates to clipboard

2015-12-06 Thread Alexandre Prokoudine
On Sun, Dec 6, 2015 at 10:57 PM, Kevin Payne wrote: > As GIMP's built-in mechanism for picking points (Sample points) is completely > unscriptable (WHY ) Let's keep our cool, Kevin :) Sample points are currently limited to just 4 in the UI ("backend" supports more), and there is no PDB API

[Gimp-user] Alignment tool - Relative to Active path How does it work?

2015-12-06 Thread Gunold Brunbauer
I made a path and I clicked on the alignment tool with these settings: Relative to: Active path. I clicked on a layer in my picture and I clicked "Align middle of target" - but nothing happened. Can anybody explain how to use this tool in the correct way. I can find any clue in the context