1idiff(1)                          OpenImageIO                         idiff(1)
2
3
4

TITLE

6       idiff -- compare two images
7

SYNOPSIS

9       Usage:  idiff [options] image1 image2
10

DESCRIPTION

12       This  program  is  part of the OpenImageIO (http://www.openimageio.org)
13       tool suite.  Detailed documentation is avaliable in pdf format with the
14       OpenImageIO distribution.
15

OPTIONS

17       --help Print help message
18
19       -v     Verbose status messages
20
21       -q     Quiet (minimal messages)
22
23       -a     Compare all subimages/miplevels
24
25Thresholding and comparison options
26
27       -fail %g
28              Failure threshold difference (0.000001)
29
30       -failpercent %g
31              Allow this percentage of failures (0)
32
33       -hardfail %g
34              Fail if any one pixel exceeds this error (infinity)
35
36       -warn %g
37              Warning threshold difference (0.00001)
38
39       -warnpercent %g
40              Allow this percentage of warnings (0)
41
42       -hardwarn %g
43              Warn if any one pixel exceeds this error (infinity)
44
45       -p     Perform perceptual (rather than numeric) comparison
46
47Difference image options
48
49       -o %s  Output difference image
50
51       -od    Output image only if nonzero difference
52
53       -abs   Output image of absolute value, not signed difference
54
55       -scale %g
56              Scale the output image by this factor
57
58
59
60                                  04 May 2019                         idiff(1)
Impressum