diffimg.1 794 B

123456789101112131415161718192021
  1. .\" Hey, EMACS: -*- nroff -*-
  2. .TH DIFFIMG 1 "Jan 31, 2010"
  3. .SH NAME
  4. diffimg \- Calculates intersection between two images
  5. .SH SYNOPSIS
  6. .B diffimg
  7. .RI image1
  8. .RI image2
  9. .RI [ outimage ]
  10. .SH DESCRIPTION
  11. .PP
  12. \fBdiffimg\fP generates an image where each pixel is the difference between the corresponding pixel
  13. in each of the two source images. Thus, if the source images are the same the resulting image will
  14. be black, otherwise it will have regions of non-black where the images differ.
  15. .PP
  16. Currently supports: .png, .gif, .jpg, and .ps by using ghostscript
  17. .SH AUTHOR
  18. diffimg was written by John Ellson <[email protected]>
  19. .PP
  20. This manual page was written by David Claughton <[email protected]>,
  21. for the Debian project (but may be used by others).