|
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 |
Median Ino\medskip
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
\normalsize
|
|
manongjohn |
d9b24b |
Reduces noise, and erode majority of middle colors, rounds the contour of\par
|
|
manongjohn |
d9b24b |
the picture\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
-{-}- \ Inputs \ -{-}-\\
|
|
manongjohn |
5d1508 |
Source\par
|
|
manongjohn |
d9b24b |
Connect the image to be processed.\\
|
|
manongjohn |
d9b24b |
\\
|
|
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 |
d9b24b |
Specify the area to be eroded by a circle radius.\par
|
|
manongjohn |
5d1508 |
The unit is mm.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
Specify a value greater than or equal to 0. The maximum is 100mm.\par
|
|
manongjohn |
d9b24b |
A value smaller than a pixel width (because it does not include any surrounding\par
|
|
manongjohn |
d9b24b |
pixels) will do nothing.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
The default value is 0.35mm.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
Channel\par
|
|
manongjohn |
d9b24b |
Specifies the image color channel to apply the median to.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
\textquotedbl Red\textquotedbl\par
|
|
manongjohn |
5d1508 |
\textquotedbl Green\textquotedbl\par
|
|
manongjohn |
5d1508 |
\textquotedbl Blue\textquotedbl\par
|
|
manongjohn |
5d1508 |
\textquotedbl Alpha\textquotedbl\par
|
|
manongjohn |
d9b24b |
Select to process the specified color channel,\par
|
|
manongjohn |
d9b24b |
it will store the results in the RGBA channels.\par
|
|
manongjohn |
d9b24b |
In black-and-white images, using this method of single-channel processing,\par
|
|
manongjohn |
5d1508 |
the speed of processing will be faster.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
\textquotedbl All\textquotedbl\par
|
|
manongjohn |
d9b24b |
This will process all RGBA channels.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
The default setting is \textquotedbl All\textquotedbl .\\
|
|
manongjohn |
5d1508 |
\newpage
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\thispagestyle{empty}
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\ \vspace{-0.2em}
|
|
manongjohn |
d9b24b |
\\
|
|
manongjohn |
d9b24b |
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}
|