Skip to content

Commit eaae4e4

Browse files
committed
Crop layer to mask
1 parent b39a083 commit eaae4e4

15 files changed

Lines changed: 18 additions & 5 deletions
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Crop Layer To Mask
3+
type: docs
4+
url: "hub/plug-ins/folder/Crop-Layer-To-Mask"
5+
---
6+
7+
## Introduction
8+
9+
This plug-in crops the selected layers to the content of the layer mask with an optional margin.
10+
11+
[crop-layer-to-mask.zip](../../../../downloads/crop-layer-to-mask.zip)
12+
[Installation](../#installation)
13+
14+
### Plug-in Menu Location
15+
16+
_Layer > Crop Layer to Mask_

content/hub/plug-ins/folder/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ These plug-ins currently only work in [**GIMP 3**](https://www.gimp.org/news/202
2121
{{< card link="Layer-Mode" title="Layer Mode" icon="adjustments" >}}
2222
{{< card link="Select-All-Layers" title="Select All Layers" icon="view-list" >}}
2323
{{< card link="Alpha-To-Show-Mask" title="Alpha to Show Mask" icon="selector" >}}
24+
{{< card link="Crop-Layer-To-Mask" title="Crop Layer To Mask" icon="selector" >}}
2425

2526
{{< /cards >}}
2627

content/hub/tutorials/folder/First Step/hello-world.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ Now, let’s get down to business, we need to do a few things: define a function
1818

1919
A function, also known as a _procedure_, is a chunk of code with a name and purpose, it takes an input and produces output.
2020

21-
```mermaid
22-
graph LR;
23-
A([Input]) --> B([Function]);
24-
B --> C([Output]);
25-
```
21+
**Input** > **_Function_** > **Output**
2622

2723
### Register the Function
2824

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
4.28 KB
Binary file not shown.
0 Bytes
Binary file not shown.

static/downloads/glow-layer.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)