Usage: max in1.pgm in2.pgm out.pgm
Description: For each pixel x, out[x] = max{in1[x], in2[x]}. Images must be of the same type and same dimensions.
Types supported: byte 2D, byte 3D
Category: arith