fix(radcompare): Added "TILED" to the list of ignored header variables
refactor(radcompare): introduced alternate spectral comparison (commented out)
feat(radcompare): Added ability to compare spectral images (untested)
feat: made it so line number in ASCII file is not repeated if the same
fix(radcompare): backed out last change - didn't realize FORMAT entry was used
perf(radcompare): Added "FORMAT" to ignored header variables, since it's dealt with separately
feat(radcompare): Added '-n' option to allow escaped newlines
perf(radcompare): minor improvement in handling of EXPOSURE header info
fix: relative minimum was not being used correctly
feat(radcompare): added -c option to ignore comments
fix(radcompare): was not switching back to text input mode in cases with header
fix(radcompare): added special case for EXPOSURE header value
fix(radcompare): missing reference depth setting
Fixed issue of some very different vectors as nearly equal
Added mention of byte-swapping on input(s)
Added explicit byte-swap checks in headers using BigEndian= line
Added depth, normal, and ID file types to radcompare
Added FRAME to ignored header variables
Fixed misplaced parentheses in color comparison
Slight change in warning message
Added warning about too-long input lines
Renamed ptr to str
Minor corrections related to last change
Dynamic input line buffers up to 100 MBytes
Version with line backtracking for word boundaries
Made more sense to use globals for header variables
Made exit value more consistent -- 1 for difference, 2 for error
Created more robust color-comparison for RGBE/XYZE images
Fixed check of two standard inputs
Additional reporting tweaks
Fix for files whose first character is binary, and a few output tweaks
Fixed detection of float/double inputs and changed all regular output to stdout
Fixed innaccurate header line count
Minor fixes in string/real comparisons
Created radcompare utility to check test output during automated unit testing
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.