|
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 |
Divide Ino\medskip
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
\normalsize
|
|
manongjohn |
d9b24b |
Performs a division between two images.\par
|
|
manongjohn |
d9b24b |
The division operation will increase the brightness of the resultant image.\par
|
|
manongjohn |
5d1508 |
Formula = Back / Fore\par
|
|
manongjohn |
d9b24b |
The formula results in each RGB value ranging from 0 to 1.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
-{-}- \ Inputs \ -{-}-\par
|
|
manongjohn |
d9b24b |
When both input ports are connected, they will be combined in the process.\par
|
|
manongjohn |
d9b24b |
When the node Visibility switch is OFF it will display the Back port content.\par
|
|
manongjohn |
d9b24b |
If there is only one port connected, it will display its content.\\
|
|
manongjohn |
5d1508 |
Fore\par
|
|
manongjohn |
d9b24b |
Connect the image that will be overlayed on top.\\
|
|
manongjohn |
5d1508 |
Back\par
|
|
manongjohn |
d9b24b |
Connect the base image.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
-{-}- \ Settings \ -{-}-\\
|
|
manongjohn |
5d1508 |
Opacity\par
|
|
manongjohn |
5d1508 |
Specifies the opacity of the image overlaid on top.\par
|
|
manongjohn |
5d1508 |
When 0 the Fore image will be transparent.\par
|
|
manongjohn |
d9b24b |
With the default value \textquotedbl 1.0\textquotedbl \ , the Fore image will be composed as opaque.\par
|
|
manongjohn |
5d1508 |
Specify a value from 0 to 1.0.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
Clipping Mask\par
|
|
manongjohn |
d9b24b |
When ON, it will take the Back port alpha information to define the alpha of the\par
|
|
manongjohn |
d9b24b |
resulting image, leaving areas where the Alpha value is zero as transparent.\par
|
|
manongjohn |
d9b24b |
The default value is ON.
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\end{document}
|