From 1a646130666f98db481ac7a021d1b20b22c0e643 Mon Sep 17 00:00:00 2001 From: Nourepide Date: Mon, 27 Nov 2023 13:10:02 +0300 Subject: [PATCH] Fill Container nodes. --- Writerside/topics/Image-Container-Default.md | 42 ++++++++++++++ .../topics/Image-Container-Inheritance-Add.md | 50 +++++++++++++++++ .../topics/Image-Container-Inheritance-Max.md | 48 ++++++++++++++++ .../Image-Container-Inheritance-Scale.md | 50 +++++++++++++++++ .../topics/Image-Container-Inheritance-Sum.md | 55 +++++++++++++++++++ 5 files changed, 245 insertions(+) diff --git a/Writerside/topics/Image-Container-Default.md b/Writerside/topics/Image-Container-Default.md index 7490f6c..6ab5543 100644 --- a/Writerside/topics/Image-Container-Default.md +++ b/Writerside/topics/Image-Container-Default.md @@ -1 +1,43 @@ # Default + + + + ImageContainer + + + Create empty image. + + + PyTorch + + + + + Determines the width of container + + + Determines the height of container + + + Red channel of container + + + Green channel of container + + + Blue channel of container + + + Alpha channel of container + + + + + + + RGB/A image + + + + + diff --git a/Writerside/topics/Image-Container-Inheritance-Add.md b/Writerside/topics/Image-Container-Inheritance-Add.md index 80263e7..b102e19 100644 --- a/Writerside/topics/Image-Container-Inheritance-Add.md +++ b/Writerside/topics/Image-Container-Inheritance-Add.md @@ -1 +1,51 @@ # Inheritance Add + + + + ImageContainerInheritanceAdd + + + Takes the image size and creates an empty container based on it, with the option to add the size manually. + + + PyTorch + + + + + RGB/A images + + + Determines the width of container + + + Determines the height of container + + + Red channel of container + + + Green channel of container + + + Blue channel of container + + + Alpha channel of container + + + +
  • Single — Create only one container.
  • +
  • For Each — Create container for each image in batch.
  • +
    +
    +
    +
    + + + + RGB/A images + + + +
    diff --git a/Writerside/topics/Image-Container-Inheritance-Max.md b/Writerside/topics/Image-Container-Inheritance-Max.md index 527a5a3..fdee8ad 100644 --- a/Writerside/topics/Image-Container-Inheritance-Max.md +++ b/Writerside/topics/Image-Container-Inheritance-Max.md @@ -1 +1,49 @@ # Inheritance Max + + + + ImageContainerInheritanceMax + + + Takes the image size and creates an empty container based on it max size. + + + PyTorch + + + + + RGB/A images + + + RGB/A images + + + Red channel of container + + + Green channel of container + + + Blue channel of container + + + Alpha channel of container + + + +
  • Single — Create only one container.
  • +
  • For Each Pair — Create container for each image in batch.
  • +
  • For Each Matrix — Create container for each image in batch with each other.
  • +
    +
    +
    +
    + + + + RGB/A images + + + +
    diff --git a/Writerside/topics/Image-Container-Inheritance-Scale.md b/Writerside/topics/Image-Container-Inheritance-Scale.md index 4c23002..29a0b61 100644 --- a/Writerside/topics/Image-Container-Inheritance-Scale.md +++ b/Writerside/topics/Image-Container-Inheritance-Scale.md @@ -1 +1,51 @@ # Inheritance Scale + + + + ImageContainerInheritanceScale + + + Takes the image size and creates an empty container based on it, with the option to scale the size manually. + + + PyTorch + + + + + RGB/A images + + + Determines the width of container + + + Determines the height of container + + + Red channel of container + + + Green channel of container + + + Blue channel of container + + + Alpha channel of container + + + +
  • Single — Create only one container.
  • +
  • For Each — Create container for each image in batch.
  • +
    +
    +
    +
    + + + + RGB/A images + + + +
    diff --git a/Writerside/topics/Image-Container-Inheritance-Sum.md b/Writerside/topics/Image-Container-Inheritance-Sum.md index 5df1373..bfc4479 100644 --- a/Writerside/topics/Image-Container-Inheritance-Sum.md +++ b/Writerside/topics/Image-Container-Inheritance-Sum.md @@ -1 +1,56 @@ # Inheritance Sum + + + + ImageContainerInheritanceMax + + + Takes the size of the image and creates an empty container based on it with the size of their size's sum. + + + PyTorch + + + + + RGB/A images + + + RGB/A images + + + Red channel of container + + + Green channel of container + + + Blue channel of container + + + Alpha channel of container + + + +
  • Sum — Sum width and height.
  • +
  • Sum Height — Sum only height.
  • +
  • Sum Width — Sum only width.
  • +
    +
    + + +
  • Single — Create only one container.
  • +
  • For Each Pair — Create container for each image in batch.
  • +
  • For Each Matrix — Create container for each image in batch with each other.
  • +
    +
    +
    +
    + + + + RGB/A images + + + +