1DIFFIMG(1) General Commands Manual DIFFIMG(1)
2
3
4
6 diffimg - Calculates intersection between two images
7
9 diffimg image1 image2 [outimage]
10
12 diffimg generates an image where each pixel is the difference between
13 the corresponding pixel in each of the two source images. Thus, if the
14 source images are the same the resulting image will be black, otherwise
15 it will have regions of non-black where the images differ.
16
17 Currently supports: .png, .gif, .jpg, and .ps by using ghostscript
18
20 diffimg was written by John Ellson <ellson@research.att.com>
21
22 This manual page was written by David Claughton <dave@eclectic‐
23 dave.com>, for the Debian project (but may be used by others).
24
25
26
27 Jan 31, 2010 DIFFIMG(1)