summaryrefslogtreecommitdiff
path: root/dmagick/c/quantum.d
diff options
context:
space:
mode:
authorMike Wey2011-12-10 23:07:26 +0100
committerMike Wey2011-12-10 23:07:26 +0100
commitb1bdbb27b83c7ad5fbe5d657ae8fa861e3d5c820 (patch)
tree8d98ff670c6235d4821226094a123e31da043e12 /dmagick/c/quantum.d
parentceeeee14dd7f07c460d0117822603179c2f83d2a (diff)
Update the headers for ImageMagick 6.7.4
Diffstat (limited to 'dmagick/c/quantum.d')
-rw-r--r--dmagick/c/quantum.d5
1 files changed, 5 insertions, 0 deletions
diff --git a/dmagick/c/quantum.d b/dmagick/c/quantum.d
index c9c00ef..74e460d 100644
--- a/dmagick/c/quantum.d
+++ b/dmagick/c/quantum.d
@@ -99,6 +99,11 @@ extern(C)
MagickBooleanType SetQuantumFormat(const(Image)*, QuantumInfo*, const QuantumFormatType);
MagickBooleanType SetQuantumPad(const(Image)*, QuantumInfo*, const size_t);
+ static if ( MagickLibVersion >= 0x674 )
+ {
+ QuantumFormatType GetQuantumFormat(const(QuantumInfo)*);
+ }
+
QuantumInfo* AcquireQuantumInfo(const(ImageInfo)*, Image*);
QuantumInfo* DestroyQuantumInfo(QuantumInfo*);