If the generated brush outline is too complex, turning it off for that brush
only, or somehow simplify more complex brush outlines would be a better
solution than disabling it altogether in the program settings.
I have created deliberately a brush, which outline slows down Gimp when
drawing. Is it
You can also use Photoshop brush files (*.abr). Although I don't know if
they fully functional in Gimp, but the basics should work.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Enable "sample merged" in the tool settings window.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Linking layers means, that if you move a layer around, all linked layers
move with it.
2011/1/19 Kevin Brubeck Unhammer
> Jeremy Nell writes:
>
> > Actually, using the script that merges linked layers, I suppose the user
> can simply
> > link-and-merge the layers he wants deleted, then deleting
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 script-f