| Index: files/source/CompareArgs.h |
| =================================================================== |
| --- files/source/CompareArgs.h (revision 87) |
| +++ files/source/CompareArgs.h (working copy) |
| @@ -35,6 +35,8 @@ |
| RGBAImage *ImgDiff; // Diff image |
| bool Verbose; // Print lots of text or not |
| bool LuminanceOnly; // Only consider luminance; ignore chroma channels in the comparison. |
| + bool IgnoreEdge; // ignore edge in comparison |
| + int EdgeNeighborNum; // degree to eliminate edges |
| float FieldOfView; // Field of view in degrees |
| float Gamma; // The gamma to convert to linear color space |
| float Luminance; // the display's luminance |