IceMan Reference Guide |
Each of these functions returns images containing only 1's and 0's, respectively representing Boolean true and false values. They are useful for generating masks. They are the means of performing conditional operations on a per-pixel basis.
Logical AND operation.
Logical equality: each pixel is one or zero depending on whether corresponding pixels in operand images are equal or not.
"Greater-than-or-equal" operation.
"Greater-than" operation.
"Less-than-or-equal" operation.
"Less-than" operation.
"Not-and" operation.
"Not-or" operation.
Logical "not-equal" operation.
Logical OR operation.
Exclusive "not-OR" operation.
Exclusive OR operation.
Pixar Animation Studios
|