[Gimp-user] Merge linked layers

2011-01-18 Thread Jeremy Nell
Is there a way to merge linked layers in Gimp? ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Re: [Gimp-user] Merge linked layers

2011-01-18 Thread Frank Gore
On Tue, Jan 18, 2011 at 3:31 AM, Jeremy Nell jeremyn...@gmail.com wrote: Is there a way to merge linked layers in Gimp? I've never found a way. I just use the Merge Visible Layers action instead. Click on the visibility icon next to each layer to make only the linked ones visible, then use Merge

Re: [Gimp-user] Merge linked layers

2011-01-18 Thread Szabolcs Hideg
One could write a script to do this, if it's possible to determine a layer's linked state, and programmatically toggle visibility off. I think it could be done with gimp-drawable-get-linked, and gimp-drawable-set-visible in a for loop of $number_of_layers I only did some basic scripting in

Re: [Gimp-user] Merge linked layers

2011-01-18 Thread Tőkés Ábel
I imagine there can be a non-trivial problem with the concept if the linked layers are not all neighbors: if there is at least one layer that is not one of the linked, but between those. In this case, where would the merged layer be: above or below the middle one? Abel On 1/18/2011 1:47 PM,

Re: [Gimp-user] Merge linked layers

2011-01-18 Thread Frank Gore
On Tue, Jan 18, 2011 at 8:43 AM, Tőkés Ábel preobazsensz...@freemail.hu wrote: I imagine there can be a non-trivial problem with the concept if the linked layers are not all neighbors: if there is at least one layer that is not one of the linked, but between those. In this case, where would

Re: [Gimp-user] Merge linked layers

2011-01-18 Thread saulgoode
Quoting Jeremy Nell jeremyn...@gmail.com: Is there a way to merge linked layers in Gimp? Install the script from the following webpage: http://chiselapp.com/user/saulgoode/repository/script-fu/wiki?name=sg-merge-linked ___ Gimp-user mailing list

Re: [Gimp-user] Merge linked layers

2011-01-18 Thread Jeremy Nell
This is brilliant (and should be a standard feature in Gimp). Just added this script to Gimp and it works like a charm ... thus far. There is, however, an interesting dynamic to this script. If layer 1 is visible, but layer 2 is not visible, and both are linked, then merging them results in

Re: [Gimp-user] Merge linked layers

2011-01-18 Thread saulgoode
Quoting Jeremy Nell jeremyn...@gmail.com: This is brilliant (and should be a standard feature in Gimp). I disagree (with the standard feature part, and any brilliance lies mainly with GIMP's extensibility through scripting). The approach is something of an abuse of chain linking, and of