|
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 |
5d1508 |
Reduce noise, and erode majority of middle colors, rounds the contour of the picture\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
-{-}- \ Inputs \ -{-}-\\
|
|
manongjohn |
5d1508 |
Source\par
|
|
manongjohn |
5d1508 |
Connect the image to process.\\
|
|
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 |
Specify the range 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 |
5d1508 |
A value smaller than the pixel width (because you do not include the Pixel around)\par
|
|
manongjohn |
5d1508 |
will do nothing.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
The default value is 0.35mm.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
Channel\par
|
|
manongjohn |
5d1508 |
Specify the color channel to apply the median.\\
|
|
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 |
5d1508 |
If you choose, to process over the specified color channel,\par
|
|
manongjohn |
5d1508 |
it will store the results in the RGBA channel.\par
|
|
manongjohn |
5d1508 |
In a black-and-white image, 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 |
5d1508 |
Using this, will multiply the processing to each RGBA channel.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
The default setting is \textquotedbl All\textquotedbl .\\
|
|
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.
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\newpage
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\thispagestyle{empty}
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\ \vspace{-0.2em}
|
|
manongjohn |
5d1508 |
\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}
|