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 d9b24b
\noindent \\
manongjohn d9b24b
Subtract Ino\medskip
manongjohn 5d1508
\par
manongjohn d9b24b
\normalsize
manongjohn d9b24b
Performs a subtraction between two images.\par
manongjohn 5d1508
Images will become darker using subtraction.\par
manongjohn 5d1508
Formula = Back - Fore\\
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
Alpha Rendering\par
manongjohn d9b24b
This option is valid only when there is an Alpha channel.\par
manongjohn d9b24b
When inactive, it masks the changes in the RGB values using the original Alpha\par 
manongjohn d9b24b
of the image.\par
manongjohn d9b24b
When active, the effect will be able to modify the Alpha channel, extending it\par 
manongjohn d9b24b
as necessary to reproduce the full span of the effect.\par
manongjohn d9b24b
The default setting is ON.\\
manongjohn 5d1508
manongjohn 5d1508
\end{document}