-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
224 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,51 @@ | ||
# Default | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageText | ||
</def> | ||
<def title="Description"> | ||
Create text as image. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="pytorch" summary="Image processing with pure Tensor without transformations.">PyTorch</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Text"> | ||
Text for generation into image | ||
</def> | ||
<def title="Font"> | ||
Font for text generation | ||
</def> | ||
<def title="Size"> | ||
Font size for text generation | ||
</def> | ||
<def title="Red"> | ||
Red channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Green"> | ||
Green channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Blue"> | ||
Blue channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Alpha"> | ||
Alpha (transparency) channel in RGBA from 0.0 to 1.0 | ||
</def> | ||
<def title="Margin X"> | ||
Horizontal edge indentation | ||
</def> | ||
<def title="Margin Y"> | ||
Vertical edge indentation | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A image | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,63 @@ | ||
# Multiline Outlined | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageTextMultilineOutlined | ||
</def> | ||
<def title="Description"> | ||
Create text with a stroke as an image. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="pytorch" summary="Image processing with pure Tensor without transformations.">PyTorch</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Text"> | ||
Text for generation into image | ||
</def> | ||
<def title="Font"> | ||
Font for text generation | ||
</def> | ||
<def title="Size"> | ||
Font size for text generation | ||
</def> | ||
<def title="Red"> | ||
Red channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Green"> | ||
Green channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Blue"> | ||
Blue channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Outline Size"> | ||
Size of the stroke | ||
</def> | ||
<def title="Outline Red"> | ||
Stroke red channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Outline Green"> | ||
Stroke green channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Outline Blue"> | ||
Stroke blue channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Alpha"> | ||
Alpha (transparency) channel in RGBA from 0.0 to 1.0 | ||
</def> | ||
<def title="Margin X"> | ||
Horizontal edge indentation | ||
</def> | ||
<def title="Margin Y"> | ||
Vertical edge indentation | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A image | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,51 @@ | ||
# Multiline | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageTextMultiline | ||
</def> | ||
<def title="Description"> | ||
Create text as image. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="pytorch" summary="Image processing with pure Tensor without transformations.">PyTorch</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Text"> | ||
Text for generation into image | ||
</def> | ||
<def title="Font"> | ||
Font for text generation | ||
</def> | ||
<def title="Size"> | ||
Font size for text generation | ||
</def> | ||
<def title="Red"> | ||
Red channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Green"> | ||
Green channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Blue"> | ||
Blue channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Alpha"> | ||
Alpha (transparency) channel in RGBA from 0.0 to 1.0 | ||
</def> | ||
<def title="Margin X"> | ||
Horizontal edge indentation | ||
</def> | ||
<def title="Margin Y"> | ||
Vertical edge indentation | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A image | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,63 @@ | ||
# Outlined | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageTextOutlined | ||
</def> | ||
<def title="Description"> | ||
Create text with a stroke as an image. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="pytorch" summary="Image processing with pure Tensor without transformations.">PyTorch</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Text"> | ||
Text for generation into image | ||
</def> | ||
<def title="Font"> | ||
Font for text generation | ||
</def> | ||
<def title="Size"> | ||
Font size for text generation | ||
</def> | ||
<def title="Red"> | ||
Red channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Green"> | ||
Green channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Blue"> | ||
Blue channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Outline Size"> | ||
Size of the stroke | ||
</def> | ||
<def title="Outline Red"> | ||
Stroke red channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Outline Green"> | ||
Stroke green channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Outline Blue"> | ||
Stroke blue channel in RGBA from 0 to 255 | ||
</def> | ||
<def title="Alpha"> | ||
Alpha (transparency) channel in RGBA from 0.0 to 1.0 | ||
</def> | ||
<def title="Margin X"> | ||
Horizontal edge indentation | ||
</def> | ||
<def title="Margin Y"> | ||
Vertical edge indentation | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A image | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |