|
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 |
5d1508 |
Makes a blur of the camera by using a parallel shutter-style movement.\par
|
|
manongjohn |
5d1508 |
An afterimage shake effect is also possible to specify in the options.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
First, it will process the Alpha channel (if ON is specified), then,\par
|
|
manongjohn |
5d1508 |
it handles RGB pixels that have an Alpha channel not set to zero.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
The Alpha channel is not processed when (OFF) is specified,\par
|
|
manongjohn |
5d1508 |
to mask the change in the RGB image. Therefore, smooth edges will\par
|
|
manongjohn |
5d1508 |
remain smooth.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
-{-}- \ Inputs \ -{-}-\\
|
|
manongjohn |
5d1508 |
Source\par
|
|
manongjohn |
5d1508 |
Connect the image to process.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
-{-}- \ Settings \ -{-}-\\
|
|
manongjohn |
5d1508 |
Depend Move\par
|
|
manongjohn |
5d1508 |
\noindent \ \ \, P1 -> P2\par
|
|
manongjohn |
5d1508 |
The following X1,Y1,X2,Y2,\par
|
|
manongjohn |
5d1508 |
specify the move in a fixed direction and magnitude.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
\noindent \ \ \, Motion\par
|
|
manongjohn |
5d1508 |
In Geometry, it specifies the move E/W, from the H/S on a frame-by-frame basis.\par
|
|
manongjohn |
5d1508 |
The X1,Y1,X2,Y2 specified values will be ignored.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
X1\\
|
|
manongjohn |
5d1508 |
Y1\\
|
|
manongjohn |
5d1508 |
X2\\
|
|
manongjohn |
5d1508 |
Y2\par
|
|
manongjohn |
5d1508 |
Specifies the start and end point coordinate values of the parallel movement blur.\par
|
|
manongjohn |
5d1508 |
Coordinate system uses an origin at the lower left corner.\par
|
|
manongjohn |
5d1508 |
The unit is millimeters.\par
|
|
manongjohn |
5d1508 |
The following specified points, will give subtle changes in the length.\par
|
|
manongjohn |
5d1508 |
Distance between the start and end point will have no effect on 1/16 Pixel or more.\par
|
|
manongjohn |
5d1508 |
The default value is\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 |
for the points.
|
|
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 |
5d1508 |
Specify the scale adjustment to the length of the parallel movement blur.\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 |
5d1508 |
Will become,\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 |
5d1508 |
It will have the same effect.\par
|
|
manongjohn |
5d1508 |
If you specify a zero blur it will no longer have an effect.\par
|
|
manongjohn |
5d1508 |
The default value is 1 which will give no scale.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
Curve\par
|
|
manongjohn |
5d1508 |
Specify the adjustments to the strength of the blur.\par
|
|
manongjohn |
5d1508 |
With a value of 10.0 or less, and larger than 1, the blur becomes stronger,\par
|
|
manongjohn |
5d1508 |
with a value of 0.1 or more, and smaller than 1, the blur will become weaker.\par
|
|
manongjohn |
5d1508 |
The default value is 1 which will give equal attenuation.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
Zanzo Length\par
|
|
manongjohn |
5d1508 |
Specify the shift position 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 |
5d1508 |
For example, when you want to shift the afterimage of a line with a width of 3,\par
|
|
manongjohn |
5d1508 |
specify a value greater than or equal to 3 for the afterimage.\par
|
|
manongjohn |
5d1508 |
The default value is 0 for no afterimage\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
Zanzo Power\par
|
|
manongjohn |
5d1508 |
Determines the strength at the time of issuing the afterimage.\par
|
|
manongjohn |
5d1508 |
The weakest value is 0, where the afterimage effect will not be applied to the blur.\par
|
|
manongjohn |
5d1508 |
The larger the value,\par
|
|
manongjohn |
5d1508 |
the afterimage effect will become stronger, in the blur.\par
|
|
manongjohn |
5d1508 |
The default value is 1 the strongest. The blur will have the afterimage effect applied.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
Alpha Rendering\par
|
|
manongjohn |
5d1508 |
This is a valid switch only when there is an Alpha channel.\par
|
|
manongjohn |
5d1508 |
When OFF, it masks the changes in the RGB values using the Alpha value.\par
|
|
manongjohn |
5d1508 |
When ON, the process is also applied to the Alpha. There is no Mask.\par
|
|
manongjohn |
5d1508 |
The default setting is ON.
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\end{document}
|