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
Blur Ino\medskip
manongjohn 5d1508
\par
manongjohn 5d1508
\normalsize
manongjohn 5d1508
Blurs the image.\\
manongjohn 5d1508
\par
manongjohn 5d1508
We use a Gaussian distribution, for the blur method.\par
manongjohn 5d1508
Therefore, there is no directional result in the image.\\
manongjohn 5d1508
\par
manongjohn 5d1508
Alpha channel will be processed.\\
manongjohn 5d1508
\\
manongjohn 5d1508
-{-}- \ Inputs \ -{-}-\\
manongjohn 5d1508
Source\par
manongjohn 5d1508
Connect the image to process.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Reference\par
manongjohn 5d1508
Connect the reference image to put the strength of the effect into each Pixel.\\
manongjohn 5d1508
\\
manongjohn 5d1508
-{-}- \ Settings \ -{-}-\\
manongjohn 5d1508
Radius\par
manongjohn 5d1508
Specifies the radius of the blur.\par
manongjohn 5d1508
The unit is mm.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Reference\par
manongjohn 5d1508
Choose how Reference image values put the strength of the effect into each Pixel.\par
manongjohn 5d1508
An image is connected to the \textquotedbl Reference\textquotedbl \ of the input,\par
manongjohn 5d1508
Choose from Red/Green/Blue/Alpha/Luminance/Nothing.\par
manongjohn 5d1508
Choose Nothing when you do not want this effect, it will turn off the connection.\par
manongjohn 5d1508
The default setting is Red.
manongjohn 5d1508
manongjohn 5d1508
\end{document}