From 9acc7538b58bde379a883b86288a27ef6b7ba286 Mon Sep 17 00:00:00 2001 From: Nourepide Date: Thu, 30 Nov 2023 16:13:16 +0300 Subject: [PATCH] Fill Lens nodes. --- Writerside/topics/Image-Effects-Lens-Bokeh.md | 51 ++++++++++++++++ ...Image-Effects-Lens-Chromatic-Aberration.md | 60 +++++++++++++++++++ .../topics/Image-Effects-Lens-Optic-Axis.md | 44 ++++++++++++++ .../topics/Image-Effects-Lens-Vignette.md | 44 ++++++++++++++ .../topics/Image-Effects-Lens-Zoom-Burst.md | 50 ++++++++++++++++ 5 files changed, 249 insertions(+) diff --git a/Writerside/topics/Image-Effects-Lens-Bokeh.md b/Writerside/topics/Image-Effects-Lens-Bokeh.md index 2f21685..d52c7a0 100644 --- a/Writerside/topics/Image-Effects-Lens-Bokeh.md +++ b/Writerside/topics/Image-Effects-Lens-Bokeh.md @@ -1 +1,52 @@ # Bokeh + + + + ImageEffectsLensBokeh + + + Emulate a Bokeh effect to images. + + + PyTorch + + + + + RGB/A images + + + The number of blades at the lens + + + Size of blades + + + Blades rotation in angles + + + Blur strength + + + +
  • Bilateral — Blur is set up to preserve sharp and bright edges.
  • +
  • Stack — Blur with color correction.
  • +
  • None — Without a blur.
  • +
    +
    + + +
  • Dilate — A good choice for initially bright images. Creates a strong bokeh effect, but spoils the details of the image. I can recommend it only for the background.
  • +
  • Filter — Very fast. A weak bokeh effect, I recommend it for dark images with bright rare details such as lamp lights or car headlights. Originally created under the impression of LensBlur in Adobe Photoshop and achieved about 80%~ compliance. I recommend setting blur_type as none since it blurs the image by itself.
  • +
    +
    +
    +
    + + + + RGB/A images + + + +
    diff --git a/Writerside/topics/Image-Effects-Lens-Chromatic-Aberration.md b/Writerside/topics/Image-Effects-Lens-Chromatic-Aberration.md index a5f7b68..c59b20d 100644 --- a/Writerside/topics/Image-Effects-Lens-Chromatic-Aberration.md +++ b/Writerside/topics/Image-Effects-Lens-Chromatic-Aberration.md @@ -1 +1,61 @@ # Chromatic Aberration + + + + ImageEffectsLensChromaticAberration + + + Apply a camera lens color shift to the images. + + + PyTorch + + + + + RGB/A images + + + Color shift in PX + + + +
  • Reflect — The new space reflects the images around the edges.
  • +
  • Edge — The new space is filled with pixels at the edges of the image.
  • +
  • Constant — The new space is filled with emptiness.
  • +
    +
    + + Type of chromatic aberration + + + Type of method for shifting colors + + + +
  • None — Without a change of direction.
  • +
  • Rotate — Alternative direction.
  • +
  • Reflect — In both directions at the same time.
  • +
    +
    + + +
  • rb — Red and Blue color channels.
  • +
  • rg — Red and Green color channels.
  • +
  • gb — Green and Blue color channels.
  • +
    +
    + + The value of the curve during the propagation of the effect, where 1.0 is linear. + Not working with shift_type 4. + +
    +
    + + + + RGB/A images + + + +
    diff --git a/Writerside/topics/Image-Effects-Lens-Optic-Axis.md b/Writerside/topics/Image-Effects-Lens-Optic-Axis.md index de530ab..9a1d5e4 100644 --- a/Writerside/topics/Image-Effects-Lens-Optic-Axis.md +++ b/Writerside/topics/Image-Effects-Lens-Optic-Axis.md @@ -1 +1,45 @@ # Optic Axis + + + + ImageEffectsLensOpticAxis + + + Apply a camera lens distorting to the images. + + + PyTorch + + + + + RGB/A images + + + Form of lens + + + If around is selected, the lens will adjust to the proportions of the image + + + The value of the curve during the propagation of the effect, where 1.0 is linear + + + How close lens are to the center of images + + + How much lens will distort images + + + Strength of blur due to lens + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Effects-Lens-Vignette.md b/Writerside/topics/Image-Effects-Lens-Vignette.md index 10b37c1..632272b 100644 --- a/Writerside/topics/Image-Effects-Lens-Vignette.md +++ b/Writerside/topics/Image-Effects-Lens-Vignette.md @@ -1 +1,45 @@ # Vignette + + + + ImageEffectsLensVignette + + + Apply a camera lens decreasing in the brightness and saturation to the images. + + + PyTorch + + + + + RGB/A images + + + Form of lens + + + If around is selected, the lens will adjust to the proportions of the image + + + The value of the curve during the propagation of the effect, where 1.0 is linear + + + How close lens are to the center of images + + + Adjust brightness of images with a scale. + + + Adjust color saturation of an images with a scale + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Effects-Lens-Zoom-Burst.md b/Writerside/topics/Image-Effects-Lens-Zoom-Burst.md index 8cda57c..14f3ce9 100644 --- a/Writerside/topics/Image-Effects-Lens-Zoom-Burst.md +++ b/Writerside/topics/Image-Effects-Lens-Zoom-Burst.md @@ -1 +1,51 @@ # Zoom Burst + + + + ImageEffectsLensZoomBurst + + + Emulate a Zoom Burst effect to images. + + + PyTorch + + + + + RGB/A images + + + How far the zoom will aim. Where 2.0 is x2 from image size + + + How many intermediate frames will be created + + + Relative vertical image position + + + Relative horizontal image position + + + Rotation in angle + + + +
  • Circle — Zoom will spread out in the form of a circle, and do not take into account the boundaries of the images.
  • +
  • Point — Zoom will spread out from point to boundaries of the images.
  • +
    +
    + + If set to true, the images will retain their size + +
    +
    + + + + RGB/A images + + + +