.TH pnmarith 1 "13 January 1991" .IX pnmarith .SH NAME pnmarith - perform arithmetic on two portable anymaps .SH SYNOPSIS .B pnmarith .BR -add | -subtract | -multiply .I pnmfile1 pnmfile2 .SH DESCRIPTION Reads two portable anymaps as input. Performs the specified arithmetic operation, and produces a portable anymap as output. The two input anymaps must be the same width and height. .PP The arithmetic is performed between corresponding pixels in the two anymaps, as if maxval was 1.0, black was 0.0, and a linear scale in between. Results that fall outside of [0..1) are truncated. .PP All flags can be abbreviated to their shortest unique prefix. .SH "SEE ALSO" pbmmask(1), pnmpaste(1), pnminvert(1), pnm(5) .SH AUTHOR Copyright (C) 1989, 1991 by Jef Poskanzer. .\" Permission to use, copy, modify, and distribute this software and its .\" documentation for any purpose and without fee is hereby granted, provided .\" that the above copyright notice appear in all copies and that both that .\" copyright notice and this permission notice appear in supporting .\" documentation. This software is provided "as is" without express or .\" implied warranty.