summaryrefslogtreecommitdiff
path: root/dmagick/c/image.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/image.d')
-rw-r--r--dmagick/c/image.d8
1 files changed, 7 insertions, 1 deletions
diff --git a/dmagick/c/image.d b/dmagick/c/image.d
index 71d6a3b..a7ec250 100644
--- a/dmagick/c/image.d
+++ b/dmagick/c/image.d
@@ -115,7 +115,13 @@ extern(C)
FlattenAlphaChannel,
/** ditto */
- RemoveAlphaChannel
+ RemoveAlphaChannel,
+
+ /** */
+ AssociateAlphaChannel,
+
+ /** */
+ DisassociateAlphaChannel
}
/**