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.d12
1 files changed, 11 insertions, 1 deletions
diff --git a/dmagick/c/image.d b/dmagick/c/image.d
index 4e0551c..5bf8843 100644
--- a/dmagick/c/image.d
+++ b/dmagick/c/image.d
@@ -104,7 +104,17 @@ extern(C)
* the same size as the original and with all its original RGB data
* still intact, but fully transparent.
*/
- TransparentAlphaChannel
+ TransparentAlphaChannel,
+
+ /**
+ * Flatten image pixels over the background pixels.
+ *
+ * Since: ImageMagick 6.7.6.
+ */
+ FlattenAlphaChannel,
+
+ /** ditto */
+ RemoveAlphaChannel
}
/**