what :
Home > Objects > V > v.xor > author : David Rokeby

v.xor

single stream: do a bit-wise XOR operation on each pixel’s brightness dual stream: do a bit-wise XOR between the pixel brightnesses of two streams


single stream: do a bit-wise XOR operation on each pixel’s brightness dual stream: do a bit-wise XOR between the pixel brightnesses of two streams In single stream mode, v.xor calculates the bitwise XOR of the each pixel of stream 1 and an integer. In dual stream mode, v.xor XORs each pixel in stream 1 with the corresponding pixel in stream 2. This is most useful when the two streams are the result of comparison objects (i.e. v.>) which output 0 or 255, meaning that the bit-wise XOR effectively operates as a logical XOR in that case.
from the library :
softVNS
Format : External
Environment : jitter / max
commercial
Max 4.x


http://homepage.mac.com/davidrokeby/softVNS.html

4855 objects and 135 libraries within the database Last entries : December 23rd, 2023 Last comments : 0 0 visitor and 60136314 members connected RSS
Site under GNU Free Documentation License