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
Negate Ino\medskip
manongjohn 5d1508
\par
manongjohn 5d1508
\normalsize
manongjohn 5d1508
Invert each color channel of the image.\\
manongjohn 5d1508
\par
manongjohn 5d1508
\ \ 8bits Image: 0-{-}> \ \ \ 255、1-{-}> \ \ \, 254、... \ \ \ \ 254-{-}>1、 \ \ \, 255-{-}>0\par
manongjohn 5d1508
16bits Image: 0-{-}>65535、1-{-}>65534、... 65534-{-}>1、65535-{-}>0\par
manongjohn 5d1508
Values are inverted as in the above example.\\
manongjohn 5d1508
\par
manongjohn 5d1508
When there is an Alpha channel, it is inverted with respect to the Alpha values.\par
manongjohn 5d1508
Alpha Value \ \ \ \ 0: 0-{-}> \ \ \, 0、1-{-}> \ \ \ 0、... 254-{-}>0、255-{-}>0\par
manongjohn 5d1508
Alpha Value 128: 0-{-}>128、1-{-}>127、... 127-{-}>1、128-{-}>0、...255-{-}>0\par
manongjohn 5d1508
Alpha Value 255: 0-{-}>255、1-{-}>254、... 254-{-}>1、255-{-}>0\par
manongjohn 5d1508
Subsequently, the cell image will be reversed successfully.\\
manongjohn 5d1508
\\
manongjohn 5d1508
-{-}- \ Inputs \ -{-}-\\
manongjohn 5d1508
Source\par
manongjohn 5d1508
Connect the image to process.\\
manongjohn 5d1508
\\
manongjohn 5d1508
-{-}- \ Settings \ -{-}-\\
manongjohn 5d1508
Specify whether to do the inversion for each color channel.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Red \ \ \ \, Red channel inversion switch\\
manongjohn 5d1508
Green \ Green channel inversion switch\\
manongjohn 5d1508
Blue \ \ \, Blue channel inversion switch\\
manongjohn 5d1508
Alpha \ \ Alpha channel inversion switch\\
manongjohn 5d1508
\\
manongjohn 5d1508
When OFF it does not do anything to that channel.\\
manongjohn 5d1508
When ON, it will invert the target channel.\\
manongjohn 5d1508
The default settings for Red, Green, Blue is ON, and Alpha is OFF.
manongjohn 5d1508
manongjohn 5d1508
\end{document}