Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Apply Selection to Layer with LIVE PREVIEW

Wed Feb 07, 2024 1:29 am

This plugin is a continuation of the changes to the plugin Grow-Shrink Live Preview:
viewtopic.php?f=9&t=20616

Displaying "only" the fill selection requires a few extra steps to apply it to the layer.
This version allows you to preview the live result for a layer.

Ver.2.0
Change:
- modification on a copy of the Top layer'
- remove selection fill (invert, color, opacity);
- change plugin name and name in menu (Now: Select ➤ Apply to Layer LP...);
- added operations for the top layer: scale, offsets.

Download:
https://www.gimpscripts.net/2024/02/app ... -live.html

Re: Apply Selection to Layer with LIVE PREVIEW

Wed Feb 07, 2024 5:54 am

@MareroQ

When I click on the download button at https://www.gimpscripts.net/2024/02/app ... -live.html I get a 404 error.

Look forward to trying your latest version.

david.

Re: Apply Selection to Layer with LIVE PREVIEW

Wed Feb 07, 2024 8:33 am

I was just about to type "where's the download" before reading David's comment.

Please and thanks fix the download

Re: Apply Selection to Layer with LIVE PREVIEW

Wed Feb 07, 2024 2:43 pm

Thanks for reporting. Fixed and added a little more description.

Re: Apply Selection to Layer with LIVE PREVIEW

Wed Feb 07, 2024 8:30 pm

I'm making a GEGL based plugin of my own to mimic (grow, shrink, feather and distort). Stay tuned


Other then that your plugin is pretty cool I just wish it didn't break the undo ability. I enjoyed testing your plugin.

Re: Apply Selection to Layer with LIVE PREVIEW

Thu Feb 08, 2024 9:25 am

This plugin only works based on selection.
I am very curious how your Gegl plugin will work based on masks.

Re: Apply Selection to Layer with LIVE PREVIEW

Sat Feb 10, 2024 4:54 am

Small changes in ver. 2.1

- added opacity,
- if there is no selection, add a crop function on each side.
Post a reply