From 571521712aaf90c3d10e679633386890e732e35c Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 8 Jul 2012 16:18:44 +0200 Subject: Update the headers for ImageMagick 6.7.8. --- dmagick/c/attribute.d | 1 + 1 file changed, 1 insertion(+) (limited to 'dmagick/c/attribute.d') diff --git a/dmagick/c/attribute.d b/dmagick/c/attribute.d index dac183f..df49115 100644 --- a/dmagick/c/attribute.d +++ b/dmagick/c/attribute.d @@ -14,6 +14,7 @@ extern(C) MagickBooleanType IsOpaqueImage(const(Image)*, ExceptionInfo*); MagickBooleanType SetImageChannelDepth(Image*, const ChannelType, const size_t); MagickBooleanType SetImageDepth(Image*, const size_t); + MagickBooleanType SetImageType(Image*, const ImageType); RectangleInfo GetImageBoundingBox(const(Image)*, ExceptionInfo* exception); -- cgit v1.2.3