yeah, completely trivial with master assuming gimp can do it with the
command line

the hard part is to determine exactly what you want...

using the grouping feature would be a way to do it, you create groups
containing all the layers, then lua adds an "update gimp" button to the
"selected images" iop that would pass the list of images to gimp to update
its xcf file.

Alternatively, you could use selection instead of groups. That's a bit less
robust since you have to do the right selection every time and you need a
way to find the correct xcf name, but you don't use groups...


anyway, all this is implementable in lua.

On Tue, Sep 15, 2015 at 9:26 AM, Pascal Obry <pas...@obry.net> wrote:

> 2015-09-15 9:16 GMT+02:00 Seweryn Niemiec <s...@man.szczecin.pl>:
> > On 10.09.2015 13:11, iormail2...@openmailbox.org wrote:
> >>
> >> Exporting:
> >> Since I'm retouching almost all of my photos... Instead of exporting to
> >> tiff
> >> manually and opening it on GIMP/PS, would be great to right click->edit
> >> in...
> >
> >
> > That would be great improvement to my workflow.
>
> Should be easy to do that with a lua script.
>
> --
>   Pascal Obry /  Magny Les Hameaux (78)
>
>   The best way to travel is by means of imagination
>
>   http://v2p.fr.eu.org
>   http://www.obry.net
>
>   gpg --keyserver keys.gnupg.net --recv-key F949BD3B
> ___________________________________________________________________________
> darktable developer mailing list
> to unsubscribe send a mail to
> darktable-dev+unsubscr...@lists.darktable.org
>
>

___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to