summaryrefslogtreecommitdiff
path: root/dmagick/c/quantum.d
diff options
context:
space:
mode:
authorMike Wey2012-12-25 13:54:33 +0100
committerMike Wey2012-12-25 13:54:33 +0100
commit60320a53a1bdbccbfc69149462223a6e07e87f4a (patch)
tree8444af33011531c5aadf53886c19816980065680 /dmagick/c/quantum.d
parent8609311be56d983514a67f9a221bb580d08f7439 (diff)
Update to ImageMagick 6.8.1ImageMagick_6.8.1
Diffstat (limited to 'dmagick/c/quantum.d')
-rw-r--r--dmagick/c/quantum.d11
1 files changed, 11 insertions, 0 deletions
diff --git a/dmagick/c/quantum.d b/dmagick/c/quantum.d
index 7387f4f..a7b14b3 100644
--- a/dmagick/c/quantum.d
+++ b/dmagick/c/quantum.d
@@ -96,7 +96,18 @@ extern(C)
return cast(Quantum)(factor*value);
}
+ static if ( MagickLibVersion >= 0x681 )
+ {
+ EndianType GetQuantumEndian(const(QuantumInfo)*);
+ }
+
MagickBooleanType SetQuantumDepth(const(Image)*, QuantumInfo*, const size_t);
+
+ static if ( MagickLibVersion >= 0x681 )
+ {
+ MagickBooleanType SetQuantumEndian(const(Image)*, QuantumInfo*, const EndianType);
+ }
+
MagickBooleanType SetQuantumFormat(const(Image)*, QuantumInfo*, const QuantumFormatType);
MagickBooleanType SetQuantumPad(const(Image)*, QuantumInfo*, const size_t);