The CompareTIFF process compares two TIFF files to identify differences between the files.
Input
Two files in TIFF format.
Output
A list of differences, if any, in standard output.
Syntax
carisbatch --run CompareTIFF [options] <inputs>
Options
N/A
Example
Example | ||
Objective | Identify differences between two TIFF files of the same data but from different time periods. | |
Description | Command Line Syntax | |
The TIFF files are named NewData.tif and OldData.tif and are located in the SampleData directory on the D: drive. | D:\SampleData\NewData.tif D:\SampleData\OldData.tif | |
Command Line | carisbatch --run CompareTIFF D:\SampleData\NewData.tif D:\SampleData\OldData.tif | |