Skip to content

Commit

Permalink
Fill ImageText nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nourepide committed Nov 27, 2023
1 parent 99d5cce commit 4ef1619
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 0 deletions.
50 changes: 50 additions & 0 deletions Writerside/topics/Image-Text-Default.md
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>
62 changes: 62 additions & 0 deletions Writerside/topics/Image-Text-Multiline-Outlined.md
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>
50 changes: 50 additions & 0 deletions Writerside/topics/Image-Text-Multiline.md
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>
62 changes: 62 additions & 0 deletions Writerside/topics/Image-Text-Outlined.md
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>

0 comments on commit 4ef1619

Please sign in to comment.