summaryrefslogtreecommitdiff
path: root/dmagick/c/colorspace.d
diff options
context:
space:
mode:
authorMike Wey2018-05-20 20:03:58 +0200
committerMike Wey2018-05-20 20:03:58 +0200
commitf00bdd964cc3ef18cf7c16bfe09deeaafe035dce (patch)
tree5cd60f79248a11ae0fa38ccd0d5e951efdbd82f1 /dmagick/c/colorspace.d
parent39d6a202bf6db2ca7ac080eb76a88d16fc3b7994 (diff)
Update the headers for Imagemagick 6.9.9ImageMagick_6.9.9
Diffstat (limited to 'dmagick/c/colorspace.d')
-rw-r--r--dmagick/c/colorspace.d12
1 files changed, 11 insertions, 1 deletions
diff --git a/dmagick/c/colorspace.d b/dmagick/c/colorspace.d
index e9e4fb7..b5519cc 100644
--- a/dmagick/c/colorspace.d
+++ b/dmagick/c/colorspace.d
@@ -204,9 +204,19 @@ extern(C)
* values derived from the tristimulus values X, Y and Z in the CIE XYZ
* color space.
*/
- xyYColorspace
+ xyYColorspace,
+
+ /**
+ * A linear version ofGRAYColorspace.
+ */
+ LinearGRAYColorspace
}
+ static if ( MagickLibVersion >= 0x699 )
+ {
+ ColorspaceType GetImageColorspaceType(const(Image)* ,ExceptionInfo*);
+ }
+
MagickBooleanType RGBTransformImage(Image*, const ColorspaceType);
MagickBooleanType SetImageColorspace(Image*, const ColorspaceType);