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 d9b24b
Blurs the image.\par
manongjohn d9b24b
The method used for the blurring is a Gaussian distribution.\par
manongjohn 5d1508
Therefore, there is no directional result in the image.\\
manongjohn 5d1508
\par
manongjohn d9b24b
The image alpha channel will be taken into account.\\
manongjohn 5d1508
\\
manongjohn 5d1508
-{-}- \ Inputs \ -{-}-\\
manongjohn 5d1508
Source\par
manongjohn d9b24b
Connect the image to be processed.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Reference\par
manongjohn d9b24b
Connect the reference image to assign 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 d9b24b
The unit used is mm.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Reference\par
manongjohn d9b24b
Choose how the Reference image values are used to set the strength of the effect\par 
manongjohn d9b24b
into each pixel.\par
manongjohn d9b24b
Choose from Red/Green/Blue/Alpha/Luminance.\par
manongjohn d9b24b
Choose Nothing to disable the effect.\par
manongjohn d9b24b
The default value is Red.
manongjohn 5d1508
manongjohn 5d1508
\end{document}