|
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 |
d9b24b |
Inverts each color channel in the image.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
d9b24b |
\ \ 8bits image: 0-{-}> \ \ \ 255、1-{-}> \ \ \, 254、... \ \ \ \ 254-{-}>1、 \ \ \, 255-{-}>0\par
|
|
manongjohn |
d9b24b |
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 |
d9b24b |
When there is an Alpha channel, the inversion takes into account 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 |
d9b24b |
Subsequently, cell images will be reversed as expected.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
-{-}- \ Inputs \ -{-}-\\
|
|
manongjohn |
5d1508 |
Source\par
|
|
manongjohn |
d9b24b |
Connect the image to be processed.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
-{-}- \ Settings \ -{-}-\\
|
|
manongjohn |
d9b24b |
Allows to specify whether to do the inversion in 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 |
d9b24b |
When inactive it does not do anything to that channel.\\
|
|
manongjohn |
d9b24b |
When active, it will invert the target channel.\\
|
|
manongjohn |
d9b24b |
The default settings for Red, Green, Blue is active, and Alpha is inactive.
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\end{document}
|