summaryrefslogtreecommitdiff
path: root/dmagick/c/compare.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/compare.d')
-rw-r--r--dmagick/c/compare.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmagick/c/compare.d b/dmagick/c/compare.d
index b42ed20..b214120 100644
--- a/dmagick/c/compare.d
+++ b/dmagick/c/compare.d
@@ -20,7 +20,8 @@ extern(C)
RootMeanSquaredErrorMetric,
NormalizedCrossCorrelationErrorMetric,
FuzzErrorMetric,
- UndefinedErrorMetric = 0
+ UndefinedErrorMetric = 0,
+ PerceptualHashErrorMetric = 0xff
}
double* GetImageChannelDistortions(Image*, const(Image)*, const MetricType, ExceptionInfo*);