tahoma2d/toonz/sources/translations_docs/english/SpinBlurIno.tex

135 lines
4.6 KiB
TeX
Raw Normal View History

\documentclass[a4paper,12pt]{article}
\usepackage[a4paper, total={180mm, 272mm}]{geometry}
\usepackage{fontspec}
\setmainfont[Path=fonts/, Extension=.ttf]{ipaexm}
\setlength\parindent{3.5em}
\setlength\parskip{0em}
\renewcommand{\baselinestretch}{1.247}
\usepackage{graphicx}
\graphicspath{{images/}}
\begin{document}
\thispagestyle{empty}
\Large
\noindent \\
Spin Blur Ino\medskip
\par
\normalsize
Generate an average value Blur in the direction of rotation.\\
\par
2020-01-13 07:15:14 +13:00
First, it processes the Alpha channel if specified.\par
Then, it processes the RGB pixels where the Alpha channel is not zero.\par
When Alpha channel is not processed, it will mask the changes in the\par
RGB image using the Alpha values. Therefore, the original image edges will remain.\\
\\
-{-}- \ Inputs \ -{-}-\\
Source\par
2020-01-13 07:15:14 +13:00
Connect the image to be processed.\\
Reference\par
2020-01-13 07:15:14 +13:00
Connect the reference image to assign the strength of the effect into each pixel.\\
\\
-{-}- \ Settings \ -{-}-\\
Center\par
2020-01-13 07:15:14 +13:00
Specify the center position from where to rotate.\par
Origin is the center of the image to be processed. Not the center of the camera.\par
The unit is millimeters.\par
2020-01-13 07:15:14 +13:00
The default value is the center of the image at \textquotedbl 0.0 0.0\textquotedbl .\\
\\
Radius\par
2020-01-13 07:15:14 +13:00
Specify a radius from the center that will not get blurred.\par
The unit is millimeters.\par
2020-01-13 07:15:14 +13:00
Value could be greater than or equal to 0.\par
The default value is 0, which will cause blur in the whole image.\\
\\
Blur\par
2020-01-13 07:15:14 +13:00
Allows to adjust the intensity of the blur.\par
The strength of the blur is determined by rotation angle.\par
At the minimum value of 0, there will be no blur. The maximum value is 100.\par
The default value is 1.
\\
Type\par
Accelerator\par
2020-01-13 07:15:14 +13:00
\noindent \hskip 7em It makes the Blur angle stronger as it goes to the outer circumference.\par
\noindent \hskip 7em The Center is placed at half the height of the resulting image,\par
\noindent \hskip 7em with the effect being weaker on the inside and stronger on the outside.
\newpage
\thispagestyle{empty}
\ \vspace{-0.2em}
\par
Uniform\par
2020-01-13 07:15:14 +13:00
\noindent \hskip 7em The blur angle is constant regardless of whether it is near or far from\par
\noindent \hskip 7em the center.
\par
2020-01-13 07:15:14 +13:00
The default option is \textquotedbl Accelerator\textquotedbl .\\
\\
Alpha Rendering\par
2020-01-13 07:15:14 +13:00
This option is valid only when there is an Alpha channel.\par
When inactive, it masks the changes in the RGB values using the original Alpha\par
of the image.\par
When active, the effect will be able to modify the Alpha channel, extending it\par
as necessary to reproduce the full span of the effect.\par
The default setting is active.\\
\\
Anti Alias\par
2020-01-13 07:15:14 +13:00
Allows to add an antialiasing process, in order to eliminate jagged edges.\par
The result will become smoother, but it will take more time to process.\par
The default setting is OFF.\par
2020-01-13 07:15:14 +13:00
<Processing time reference examples>\par
Width=2176 Height=1236 Center=0,0 Radius=0 Blur=3 Alpha=ON\par
Shrink=1\par
\noindent \hskip 7em Type=Accelerator\par
\noindent \hskip 10.5em Anti Alias=OFF 28sec\par
\noindent \hskip 10.5em Anti Alias=ON \, 360sec\par
\noindent \hskip 7em Type=Uniform\par
\noindent \hskip 10.5em Anti Alias=OFF 23sec\par
\noindent \hskip 10.5em Anti Alias=ON \, 280sec\par
Shrink=3\par
\noindent \hskip 7em Type=Accelerator\par
\noindent \hskip 10.5em Anti Alias=OFF 5sec\par
\noindent \hskip 10.5em Anti Alias=ON \, 17sec\par
\noindent \hskip 7em Type=Uniform\par
\noindent \hskip 10.5em Anti Alias=OFF 4sec\par
\noindent \hskip 10.5em Anti Alias=ON \, 13sec\\
\\
Reference\par
2020-01-13 07:15:14 +13:00
Choose how the Reference image values are used to set the strength of the effect\par
into each pixel.\par
Choose from Red/Green/Blue/Alpha/Luminance.\par
Choose Nothing to disable the effect.\par
The default value is Red.
\newpage
\thispagestyle{empty}
\ \vspace{-0.2em}
\par
\noindent Spin Blur \ \ Reference Example
\large
\noindent \begin{picture}(0,0)
\put(170.5,-144.5){\includegraphics[width=13.3em]{SpinBlurInoOriginalImage}}
\put(92.5,-343){\includegraphics[width=13.3em]{SpinBlurInoUniformBlur11AAOFF}}
\put(314.5,-343){\includegraphics[width=13.3em]{SpinBlurInoUniformBlur11AAON}}
\put(92.5,-486){\includegraphics[width=13.3em]{SpinBlurInoAcceleratorBlur11AAOFF}}
\put(314.5,-486){\includegraphics[width=13.3em]{SpinBlurInoAcceleratorBlur11AAON}}
\put(26,-50){\normalsize{Original Image}}
\put(26,-67){\normalsize{(200x112pixel)}}
\put(89,-221){\normalsize{Anti Alias \ \ OFF}}
\put(311,-221){\normalsize{Anti Alias \ \ ON}}
\put(26,-249){\normalsize{Uniform}}
\put(26,-267){\normalsize{(Blur\,11.25)}}
\put(26,-382){\normalsize{Accel-}}
\put(26,-400){\normalsize{erator}}
\put(26,-418){\normalsize{(Blur\,11.25)}}
\end{picture}\\[12.65em]
\end{document}