From e220c640f08b882c0c5d26ec778b1dbb135a950f Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sat, 30 Jan 2016 14:35:12 +0100 Subject: Update the headers for Imagemagick 6.9.3 --- dmagick/c/attribute.d | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dmagick/c/attribute.d') diff --git a/dmagick/c/attribute.d b/dmagick/c/attribute.d index ea06926..769be2e 100644 --- a/dmagick/c/attribute.d +++ b/dmagick/c/attribute.d @@ -10,6 +10,14 @@ extern(C) { ImageType GetImageType(const(Image)*, ExceptionInfo*); + static if ( MagickLibVersion >= 0x693 ) + { + ImageType IdentifyImageGray(const(Image)*, ExceptionInfo*); + ImageType IdentifyImageType(const(Image)*, ExceptionInfo*); + + MagickBooleanType IdentifyImageMonochrome(const(Image)*, ExceptionInfo*); + } + MagickBooleanType IsGrayImage(const(Image)*, ExceptionInfo*); MagickBooleanType IsMonochromeImage(const(Image)*, ExceptionInfo*); MagickBooleanType IsOpaqueImage(const(Image)*, ExceptionInfo*); -- cgit v1.2.3