summaryrefslogtreecommitdiff
path: root/dmagick/c/image.d
diff options
context:
space:
mode:
authorMike Wey2014-05-11 01:01:02 +0200
committerMike Wey2014-05-11 01:01:02 +0200
commit85c2caba61cfb4a867ffeeefce492bb2400a2d57 (patch)
treea4abdcd1002df0fbad67beaa7356e5f41a4b5645 /dmagick/c/image.d
parentcb46d8ca8283b6e7c26c12c3eb2c450a6b41cbcf (diff)
Update the headers for ImageMagick 6.8.9.ImageMagick_6.8.9
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 b008ce9..71d6a3b 100644
--- a/dmagick/c/image.d
+++ b/dmagick/c/image.d
@@ -483,6 +483,12 @@ extern(C)
PixelIntensityMethod
intensity; /* method to generate an intensity value from a pixel */
}
+
+ static if ( MagickLibVersion >= 0x689 )
+ {
+ /** Total animation duration sum(delay*iterations) */
+ size_t duration;
+ }
}
struct ImageInfo