Quoting Adonj Adonj <[EMAIL PROTECTED]>:
> I wondered if you knew of a script that would also APPLY the copied
> layers as you mention.
Edit the script to add the following code:
(set! layers (visible-layers image))
(while (pair? layers)
(gimp-layer-remove-mask (car layers) MASK-APPLY)
(set! layers (cdr layers)))
Just before the line:
(gimp-image-remove-layer image source-layer)
_______________________________________________
Gimp-user mailing list
[email protected]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user