You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-41Lines changed: 36 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@
15
15
1.[パス部分フィルタσ](#パス部分フィルタσ) (フィルタ効果)
16
16
1.[パスに沿って配置σ](#パスに沿って配置σ) (フィルタ効果)
17
17
18
-
TODO: images.
18
+
<imgwidth="960"height="540"alt="Overview of objects of this script"src="https://github.com/user-attachments/assets/57cc741b-9d50-4f68-a30a-d0608a6ba11c" />
19
+
<imgwidth="960"height="540"alt="Overview of effects of this script"src="https://github.com/user-attachments/assets/1bf5cc4b-013f-4027-a01a-36847e10db24" />
<imgwidth="408"height="320"alt="Image of arrows with different placements of heads"src="https://github.com/user-attachments/assets/05c4cf9a-18fc-4535-87b6-aa2792b7f287" />
<imgwidth="640"height="480"alt="An image clipped by the inner part of a path"src="https://github.com/user-attachments/assets/02d94745-4678-4b7d-8f78-aeefca2edea6" />
<imgwidth="640"height="480"alt="An image clipped by the stroke of a path"src="https://github.com/user-attachments/assets/21b6fe1e-c4b8-4d25-9ab5-6f0ed1e640ce" />
<imgwidth="800"height="540"alt="An image that only a specific area is blurred and monochromed"src="https://github.com/user-attachments/assets/c37f44be-5f8b-414e-9a66-0d295fd63d5e" />
<imgwidth="880"height="440"alt="Charcters of a text arrayed on a path"src="https://github.com/user-attachments/assets/58acd121-7966-4352-a9b5-960a9b76921d" />
|`折れ線`|<imgwidth="360"height="256"alt="An example of straight paths"src="https://github.com/user-attachments/assets/194f2213-9d25-44e6-a710-fbea72aa4f09" />||
157
+
|`補間移動`|<imgwidth="360"height="256"alt="An example of interpolated path"src="https://github.com/user-attachments/assets/9c5d575d-0211-4d6d-9fa7-0f6bd605c5e9" />| トラックバー移動方法の「補間移動」と同じ計算式. |
158
+
|`2次ベジェ曲線`|<imgwidth="360"height="256"alt="An example of quadratic Bezier paths"src="https://github.com/user-attachments/assets/96fb023e-2243-4b0e-b3d4-db04d3745da5" /> ||
159
+
|`3次ベジェ曲線`|<imgwidth="360"height="256"alt="An example of cubic Bezier paths"src="https://github.com/user-attachments/assets/a3563699-19e5-4ab8-9267-613989b88fa7" /> |初期値. |
160
160
161
161
初期値は `3次ベジェ曲線`.
162
162
@@ -209,11 +209,10 @@ TODO: images.
209
209
210
210
ラインの端点の形状を指定します.[「ループ」](#ループ)が OFF の場合のみ有効です.
211
211
212
-
TODO: images.
213
-
214
212
| 端の形状 | 例 |
215
-
|`円`||
216
-
|`四角`||
213
+
|:---:|:---:|
214
+
|`円`| <imgwidth="320"height="320"alt="Image of rounded endpoint"src="https://github.com/user-attachments/assets/0100b898-afe5-4b8a-b3eb-8ea5d6e30ce8" /> |
215
+
|`四角`| <imgwidth="320"height="320"alt="Image of square endpoint"src="https://github.com/user-attachments/assets/f20cba23-64bd-472b-89ae-84ce36f0724f" /> |
217
216
218
217
初期値は `円`.
219
218
@@ -260,14 +259,12 @@ TODO: images.
260
259
261
260
パス内部の判定基準を指定します.
262
261
263
-
TODO: images.
264
-
265
262
| 範囲 | 例 |
266
263
|:---:|:---:|
267
-
|`内側`||
268
-
|`奇偶`||
269
-
|`内側反転`||
270
-
|`奇偶反転`||
264
+
|`内側`|<imgwidth="240"height="240"alt="Image of inner fill mode"src="https://github.com/user-attachments/assets/01ec1000-7812-4205-be59-ebb7f45623ae" />|
265
+
|`奇偶`|<imgwidth="240"height="240"alt="Image of parity fill mode"src="https://github.com/user-attachments/assets/e759daeb-ab71-4fc7-901b-e4f932dcfd44" />|
266
+
|`内側反転`|<imgwidth="240"height="240"alt="Image of inverted inner fill mode"src="https://github.com/user-attachments/assets/9e831812-8204-4455-915e-fc61764b6073" />|
267
+
|`奇偶反転`|<imgwidth="240"height="240"alt="Image of inverted parity fill mode"src="https://github.com/user-attachments/assets/5c1f8c26-27dc-40a0-a86d-a013f1d1a1e0" />|
271
268
272
269
- 「反転」の系統は,[「追加幅」](#追加幅--塗り追加幅)での膨張の方向にも影響します.
273
270
@@ -301,7 +298,7 @@ TODO: images.
301
298
302
299
### パス図形σのパラメタ
303
300
304
-
TODO: image of GUI.
301
+
<imgwidth="500"height="842"alt="Image of GUI of Figure"src="https://github.com/user-attachments/assets/4f09f33e-65cc-44e9-b9b6-d77a5c250e33" />
305
302
306
303
#### ライン色, ライン透明度
307
304
@@ -320,7 +317,7 @@ TODO: image of GUI.
320
317
321
318
### ラインσのパラメタ
322
319
323
-
TODO: image of GUI.
320
+
<imgwidth="500"height="598"alt="Image of GUI of Curve"src="https://github.com/user-attachments/assets/6dd02ab8-572c-4cc1-8e53-36e3795f8629" />
324
321
325
322
#### 終点X, 終点Y
326
323
@@ -365,7 +362,7 @@ TODO: image of GUI.
365
362
366
363
### スパイラルσのパラメタ
367
364
368
-
TODO: image of GUI.
365
+
<imgwidth="500"height="668"alt="Image of GUI of Spiral"src="https://github.com/user-attachments/assets/80139642-b9c0-4cba-98e2-a322f62a11db" />
<imgwidth="500"height="842"alt="Image of GUI of Arrow"src="https://github.com/user-attachments/assets/68520881-ca71-4826-b7c3-6b1dd603ae28" />
425
420
426
421
#### 色
427
422
@@ -433,14 +428,12 @@ TODO: image of GUI.
433
428
434
429
矢じり部分の配置を指定します.
435
430
436
-
TODO: images.
437
-
438
431
| 矢じり配置 | 例 |
439
432
|:---:|:---:|
440
-
|`なし`||
441
-
|`終点`||
442
-
|`両方`||
443
-
|`双方向`||
433
+
|`なし`|<imgwidth="240"height="160"alt="Example of no arrowheads"src="https://github.com/user-attachments/assets/6daf1471-8611-4638-b423-dc1f8da017d5" />|
434
+
|`終点`|<imgwidth="240"height="160"alt="Example of arrowhead on the end"src="https://github.com/user-attachments/assets/56c92338-d48b-4a09-abad-14f2b2349a76" />|
435
+
|`両方`|<imgwidth="240"height="160"alt="Example of two arrowheads with the same directions"src="https://github.com/user-attachments/assets/fd51402e-c87e-4cde-a8ba-aa918691328a" />|
436
+
|`双方向`|<imgwidth="240"height="160"alt="Example of two arrowheads with the opposite directions"src="https://github.com/user-attachments/assets/aeccddf4-4647-4625-b0d7-061adbfaa72d" />|
444
437
445
438
初期値は `終点`.
446
439
@@ -478,7 +471,9 @@ TODO: images.
478
471
479
472
### パスマスクσ / パスマスク(ライン)σ / パス部分フィルタσのパラメタ
480
473
481
-
TODO: images of GUIs.
474
+
<imgwidth="500"height="562"alt="Image of GUI of Clip by Path (Area)"src="https://github.com/user-attachments/assets/58e45f51-7cb0-464e-85c2-605cfe565ab4" />
475
+
<imgwidth="500"height="772"alt="Image of GUI of Clip by Path (Line)"src="https://github.com/user-attachments/assets/475f8dfb-55f2-44c2-b8d8-bb3527e3524d" />
476
+
<imgwidth="500"height="528"alt="Image of GUI of Partial Filter by Path"src="https://github.com/user-attachments/assets/a79a205b-49b2-4a45-8560-7384d58e9821" />
482
477
483
478
#### 強さ
484
479
@@ -521,7 +516,7 @@ TODO: images of GUIs.
521
516
522
517
### パスに沿って配置σのパラメタ
523
518
524
-
TODO: image of GUI.
519
+
<imgwidth="500"height="458"alt="Image of GUI of Place Along Path"src="https://github.com/user-attachments/assets/386e1f7a-63ac-422d-8671-21eed9d1daa6" />
0 commit comments