Skip to content

Commit

Permalink
Add convolve usage example (#2827)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoyBarney authored Apr 28, 2024
1 parent 7d4bf2d commit bb2ff6d
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@
icon="MdAutoFixHigh",
inputs=[
ImageInput("Image"),
TextInput("Kernel String", multiline=True, has_handle=False, min_length=1),
TextInput(
"Kernel String",
placeholder="0 0 0\n0 1 0\n0 0 0",
multiline=True,
has_handle=False,
min_length=1,
),
NumberInput("Padding", minimum=0, default=0),
],
outputs=[
Expand Down

0 comments on commit bb2ff6d

Please sign in to comment.