|
manongjohn |
5d1508 |
\documentclass[a4paper,12pt]{article}
|
|
manongjohn |
5d1508 |
\usepackage[a4paper, total={180mm, 272mm}]{geometry}
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\usepackage{fontspec}
|
|
manongjohn |
5d1508 |
\setmainfont[Path=fonts/, Extension=.ttf]{ipaexm}
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\setlength\parindent{3.5em}
|
|
manongjohn |
5d1508 |
\setlength\parskip{0em}
|
|
manongjohn |
5d1508 |
\renewcommand{\baselinestretch}{1.247}
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\begin{document}
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\thispagestyle{empty}
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\Large
|
|
manongjohn |
5d1508 |
\noindent \\
|
|
manongjohn |
5d1508 |
Motion Blur Ino\medskip
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
\normalsize
|
|
manongjohn |
d9b24b |
Produces a linear motion blur effect by using translation values.\par
|
|
manongjohn |
d9b24b |
It is also possible to specify an afterimage shake effect in the options.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
d9b24b |
When \textquotedbl Alpha Rendering\textquotedbl \ is ON, Alpha channel will be processed first,\par
|
|
manongjohn |
d9b24b |
then it will process all RGB pixels where the Alpha channel is not zero.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
d9b24b |
When \textquotedbl Alpha Rendering\textquotedbl \ is OFF, Alpha channel will not be taken into account,\par
|
|
manongjohn |
d9b24b |
so the RGB image changes will not be masked, causing defined edges.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
-{-}- \ Inputs \ -{-}-\\
|
|
manongjohn |
5d1508 |
Source\par
|
|
manongjohn |
d9b24b |
Connect the image to be processed.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
-{-}- \ Settings \ -{-}-\\
|
|
manongjohn |
5d1508 |
Depend Move\par
|
|
manongjohn |
5d1508 |
\noindent \ \ \, P1 -> P2\par
|
|
manongjohn |
d9b24b |
Use the X1,Y1,X2,Y2 parameters to specify movement in a fixed direction and\par
|
|
manongjohn |
d9b24b |
magnitude.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
\noindent \ \ \, Motion\par
|
|
|
c7649c |
It will take into account the object movements along the X and Y channels,\par
|
|
manongjohn |
d9b24b |
on a frame-by-frame basis.\par
|
|
manongjohn |
d9b24b |
The X1,Y1,X2,Y2 parameters values will be ignored.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
X1\\
|
|
manongjohn |
5d1508 |
Y1\\
|
|
manongjohn |
5d1508 |
X2\\
|
|
manongjohn |
5d1508 |
Y2\par
|
|
manongjohn |
d9b24b |
Specifies the start and end coordinate values for the motion blur.\par
|
|
manongjohn |
d9b24b |
The origin of the used coordinate system is at the lower left corner.\par
|
|
manongjohn |
5d1508 |
The unit is millimeters.\par
|
|
manongjohn |
d9b24b |
By specifying values with decimal places, it will be possible to define subtle changes\par
|
|
manongjohn |
d9b24b |
in the length.\par
|
|
manongjohn |
d9b24b |
If the distance between the starting and ending points is less than 1/16 of a pixel,\par
|
|
manongjohn |
d9b24b |
it will have no effect.\par
|
|
manongjohn |
d9b24b |
The default values are\par
|
|
manongjohn |
5d1508 |
\noindent \hskip 7em X1 Y1 -> 0.0 0.0\par
|
|
manongjohn |
5d1508 |
\noindent \hskip 7em X2 Y2 -> 1.0 1.0\par
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\newpage
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\thispagestyle{empty}
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\ \vspace{-0.2em}
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
\noindent Scale\par
|
|
manongjohn |
d9b24b |
Adjusts the scale for the length of the motion blur effect.\par
|
|
manongjohn |
5d1508 |
For example,\par
|
|
manongjohn |
5d1508 |
\noindent \hskip 7em X1 Y1 -> 0.0 0.0\par
|
|
manongjohn |
5d1508 |
\noindent \hskip 7em X2 Y2 -> 1.0 -1.0\par
|
|
manongjohn |
5d1508 |
\noindent \hskip 7em Scale -> 100\par
|
|
manongjohn |
d9b24b |
Would be equivalent to,\par
|
|
manongjohn |
5d1508 |
\noindent \hskip 7em X1 Y1 -> 0.0 0.0\par
|
|
manongjohn |
5d1508 |
\noindent \hskip 7em X2 Y2 -> 100.0 -100.0\par
|
|
manongjohn |
d9b24b |
and will have the same effect.\par
|
|
manongjohn |
d9b24b |
When Scale is 0, blur will not be applied.\par
|
|
manongjohn |
d9b24b |
The default value is 1, which will apply no scaling.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
Curve\par
|
|
luz paz |
67b4e9 |
Allows to adjust the blur strength.\par
|
|
manongjohn |
d9b24b |
With a value between 1.0 and 10.0, blur will become stronger.\par
|
|
manongjohn |
d9b24b |
With a value between 0.1 and 1.0, blur will become lighter.\par
|
|
manongjohn |
d9b24b |
The default value is 1, which will produce an linear attenuation.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
d9b24b |
Afterimage Length\par
|
|
luz paz |
67b4e9 |
Specify the length of the afterimage effect.\par
|
|
manongjohn |
5d1508 |
The unit is millimeters.\par
|
|
manongjohn |
5d1508 |
Specify a value greater than or equal to 0.\par
|
|
manongjohn |
d9b24b |
For example, to create an afterimage for a line with a width of 3,\par
|
|
manongjohn |
d9b24b |
specify a value greater than or equal to 3.\par
|
|
manongjohn |
d9b24b |
The default value is 0, which produces no afterimage.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
d9b24b |
Afterimage Power\par
|
|
manongjohn |
d9b24b |
Determines the strength of the afterimage.\par
|
|
manongjohn |
d9b24b |
At 0, no afterimage effect will be applied.\par
|
|
manongjohn |
d9b24b |
The larger the value, the less blur and stronger afterimage effect will be applied.\par
|
|
manongjohn |
d9b24b |
The default value of 1 is the strongest possible one. Where there will be no\par
|
|
manongjohn |
d9b24b |
motion blur, but only the afterimage effect applied.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
Alpha Rendering\par
|
|
manongjohn |
d9b24b |
This option is valid only when there is an Alpha channel.\par
|
|
manongjohn |
d9b24b |
When inactive, it masks the changes in the RGB values using the original Alpha\par
|
|
manongjohn |
d9b24b |
of the image.\par
|
|
manongjohn |
d9b24b |
When active, the effect will be able to modify the Alpha channel, extending it\par
|
|
manongjohn |
d9b24b |
as necessary to reproduce the full span of the effect.\par
|
|
manongjohn |
d9b24b |
The default setting is active.
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\end{document}
|