summaryrefslogtreecommitdiff
path: root/dmagick/c/attribute.d
diff options
context:
space:
mode:
authorMike Wey2012-07-08 16:18:44 +0200
committerMike Wey2012-07-08 16:18:44 +0200
commit571521712aaf90c3d10e679633386890e732e35c (patch)
treef95601dca020de4b2d0e74281dc136539ddfb24b /dmagick/c/attribute.d
parent53ce20f4d870aec4319334e28bcd1ff51c6112f2 (diff)
Update the headers for ImageMagick 6.7.8.ImageMagick_6.7.8
Diffstat (limited to 'dmagick/c/attribute.d')
-rw-r--r--dmagick/c/attribute.d1
1 files changed, 1 insertions, 0 deletions
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);