From 596102fb688c1362d6963ffc99d3a722d38d2fd8 Mon Sep 17 00:00:00 2001 From: zsviczian Date: Sun, 21 Jan 2024 16:11:19 +0100 Subject: [PATCH] publish crop vintage --- ea-scripts/index-new.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ea-scripts/index-new.md b/ea-scripts/index-new.md index 800e516..5e734a5 100644 --- a/ea-scripts/index-new.md +++ b/ea-scripts/index-new.md @@ -146,6 +146,13 @@ I would love to include your contribution in the script library. If you have a s |
|[[#Convert freedraw to line]]| |
|[[#Deconstruct selected elements into new drawing]]| +## Masking and cropping +**Keywords**: Crop, Mask, Transform images + +| | | +|----|-----| +|
|[[#Crop Vintage Mask]]| + --- # Description and Installation @@ -259,6 +266,12 @@ https://raw.githubusercontent.com/zsviczian/obsidian-excalidraw-plugin/master/ea ```
Author@zsviczian
SourceFile on GitHub
DescriptionThe script will prompt you for a filename, then create a new markdown document with the file name provided, open the new markdown document in an adjacent pane, and embed the markdown document into the active Excalidraw drawing.
+## Crop Vintage Mask +```excalidraw-script-install +https://raw.githubusercontent.com/zsviczian/obsidian-excalidraw-plugin/master/ea-scripts/Crop%20Vintage%20Mask.md +``` +
Author@zsviczian
SourceFile on GitHub
DescriptionAdds a rounded mask to the image by adding a full cover black mask and a rounded rectangle white mask. The script is also useful for adding just a black mask. In this case, run the script, then delete the white mask and add your custom white mask.
+ ## Darken background color ```excalidraw-script-install https://raw.githubusercontent.com/zsviczian/obsidian-excalidraw-plugin/master/ea-scripts/Darken%20background%20color.md