Pink 0.9

xor.c File Reference

pixelwise xor of two images More...


Detailed Description

pixelwise xor of two images

Usage: xor in1.pgm in2.pgm out.pgm

Description: For each pixel x, out[x] = in1[x] xor in2[x]. Images must be of the same type and same dimensions.

Types supported: byte 2d, byte 3d

Category: arith

Author:
Michel Couprie