summaryrefslogtreecommitdiff
path: root/dmagick/c/image.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/image.d')
-rw-r--r--dmagick/c/image.d6
1 files changed, 6 insertions, 0 deletions
diff --git a/dmagick/c/image.d b/dmagick/c/image.d
index ae5f1d9..1a874ff 100644
--- a/dmagick/c/image.d
+++ b/dmagick/c/image.d
@@ -476,6 +476,12 @@ extern(C)
time_t
timestamp;
}
+
+ static if ( MagickLibVersion >= 0x684 )
+ {
+ PixelIntensityMethod
+ intensity; /* method to generate an intensity value from a pixel */
+ }
}
struct ImageInfo