Home Explore Blog CI



man-pages

diffimg.man
6f2bf944732271a3cebd02c998c7cdb9c60ce04498fa3d440000000300000379
DIFFIMG(1)                  General Commands Manual                  DIFFIMG(1)

NAME
       diffimg - Calculates intersection between two images

SYNOPSIS
       diffimg image1 image2 [outimage]

DESCRIPTION
       diffimg  generates  an  image where each pixel is the difference between
       the corresponding pixel in each of the two source images.  Thus, if  the
       source  images are the same the resulting image will be black, otherwise
       it will have regions of non‐black where the images differ.

       Currently supports: .png, .gif, .jpg, and .ps by using ghostscript

AUTHOR
       diffimg was written by John Ellson <ellson@research.att.com>

       This manual page was written by David Claughton <dave@eclecticdave.com>,
       for the Debian project (but may be used by others).

                                  Jan 31, 2010                       DIFFIMG(1)

Chunks
6b698be7 (1st chunk of `diffimg.man`)
Title: diffimg - Calculates Intersection Between Two Images
Summary
The `diffimg` command calculates the pixel-by-pixel difference between two images and generates a new image representing this difference. Identical images will result in a black image, while differences will be shown as non-black regions. It supports common image formats like .png, .gif, .jpg, and .ps.