Skip to content

Commit

Permalink
Fill Transform nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nourepide committed Nov 26, 2023
1 parent bdb3eaf commit b5f58d1
Show file tree
Hide file tree
Showing 19 changed files with 533 additions and 31 deletions.
3 changes: 2 additions & 1 deletion Writerside/allor-doc.tree
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
<toc-element topic="Image-Transform-Crop-Absolute.md"/>
<toc-element topic="Image-Transform-Crop-Relative.md"/>
<toc-element topic="Image-Transform-Crop-Corners.md"/>
<toc-element topic="Image-Transform-Padding.md"/>
<toc-element topic="Image-Transform-Padding-Absolute.md"/>
<toc-element topic="Image-Transform-Padding-Relative.md"/>
<toc-element topic="Image-Transform-Rotate.md"/>
<toc-element topic="Image-Transform-Transpose.md"/>
</toc-element>
Expand Down
35 changes: 35 additions & 0 deletions Writerside/topics/Image-Batch-Fork.md
Original file line number Diff line number Diff line change
@@ -1 +1,36 @@
# Fork

<deflist type="narrow">
<def title="Full Name">
ImageBatchFork
</def>
<def title="Description">
Splits the batch in two.
</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="Images">
RGB/A images
</def>
<def title="Priority">
<list>
<li><control>First</control> — In case of an odd number, the center image will be sent to the first batch.</li>
<li><control>Second</control> — In case of an odd number, the center image will be sent to the second batch.</li>
</list>
</def>
</deflist>
</def>
<def title="Output Parameters">
<deflist type="narrow">
<def title="Images">
RGB/A images
</def>
<def title="Images">
RGB/A images
</def>
</deflist>
</def>
</deflist>
29 changes: 29 additions & 0 deletions Writerside/topics/Image-Batch-Get.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# Get

<deflist type="narrow">
<def title="Full Name">
ImageBatchGet
</def>
<def title="Description">
Return a single image from batch of images.
</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="Images">
RGB/A images
</def>
<def title="Index">
Index of image from batch
</def>
</deflist>
</def>
<def title="Output Parameters">
<deflist type="narrow">
<def title="Images">
RGB/A images
</def>
</deflist>
</def>
</deflist>
29 changes: 29 additions & 0 deletions Writerside/topics/Image-Batch-Join.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# Join

<deflist type="narrow">
<def title="Full Name">
ImageBatchJoin
</def>
<def title="Description">
Combines two batches into one.
</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="Images A">
RGB/A images
</def>
<def title="Images B">
RGB/A images
</def>
</deflist>
</def>
<def title="Output Parameters">
<deflist type="narrow">
<def title="Images">
RGB/A images
</def>
</deflist>
</def>
</deflist>
29 changes: 29 additions & 0 deletions Writerside/topics/Image-Batch-Remove.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# Remove

<deflist type="narrow">
<def title="Full Name">
ImageBatchRemove
</def>
<def title="Description">
Remove a single image from batch of images.
</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="Images">
RGB/A images
</def>
<def title="Index">
Index of image from batch
</def>
</deflist>
</def>
<def title="Output Parameters">
<deflist type="narrow">
<def title="Images">
RGB/A images
</def>
</deflist>
</def>
</deflist>
16 changes: 8 additions & 8 deletions Writerside/topics/Image-Draw.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,46 @@

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Chord

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Ellipse

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Line

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Pieslice

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Rectangle

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Rectangle Rounded

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Polygon

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.
28 changes: 14 additions & 14 deletions Writerside/topics/Image-Filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Smooth More

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Blur

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Box Blur

Expand Down Expand Up @@ -60,64 +60,64 @@ Text

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Detail

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Edge Enhance

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Edge Enhance More

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Emboss

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Find Edges

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Sharpen

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Rank

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Min

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Max

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Mode

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.
8 changes: 4 additions & 4 deletions Writerside/topics/Image-Text.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Outlined

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Multiline

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

### Multiline Outlined

Text

**Backend**: Pillow.
**Backend**: <a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a>.

38 changes: 38 additions & 0 deletions Writerside/topics/Image-Transform-Crop-Absolute.md
Original file line number Diff line number Diff line change
@@ -1 +1,39 @@
# Crop Absolute

<deflist type="narrow">
<def title="Full Name">
ImageTransformCropAbsolute
</def>
<def title="Description">
Crops images to a specified rectangular area defined by four pixel coordinates.
</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="Images">
RGB/A images
</def>
<def title="Start X">
Horizontal position of the initial rectangular corner in pixels
</def>
<def title="Start Y">
Vertical position of the initial rectangular corner in pixels
</def>
<def title="End X">
Horizontal position of the end rectangular corner in pixels
</def>
<def title="End Y">
Vertical position of the end rectangular corner in pixels
</def>
</deflist>
</def>
<def title="Output Parameters">
<deflist type="narrow">
<def title="Images">
RGB/A images
</def>
</deflist>
</def>
</deflist>
Loading

0 comments on commit b5f58d1

Please sign in to comment.