diff options
| author | Mike Wey | 2016-01-30 14:35:12 +0100 |
|---|---|---|
| committer | Mike Wey | 2016-01-30 14:55:07 +0100 |
| commit | e220c640f08b882c0c5d26ec778b1dbb135a950f (patch) | |
| tree | 3dd19428bc91e9ed4299d1d4e2edd25b71defbdf /dmagick/c/attribute.d | |
| parent | f27f4ebcc5a405c97f7f82dfa65eccaf2d9af9b5 (diff) | |
Update the headers for Imagemagick 6.9.3ImageMagick_6.9.3
Diffstat (limited to 'dmagick/c/attribute.d')
| -rw-r--r-- | dmagick/c/attribute.d | 8 |
1 files changed, 8 insertions, 0 deletions
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*); |
