summaryrefslogtreecommitdiff
path: root/dmagick/c/attribute.d
diff options
context:
space:
mode:
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);