Usage: scale in.pgm const out.pgm
Description: For each pixel x, out[x] = in[x] * const. If the image is a byte image, and if out[x] exceeds 255, then out[x] is set to 255.
Types supported: byte 2d, byte 3d, long 2d, long 3d
Category: arith