diff options
Diffstat (limited to 'dmagick/c/image.d')
| -rw-r--r-- | dmagick/c/image.d | 6 |
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 |
