diff options
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*); |
