summaryrefslogtreecommitdiff
path: root/dmagick/c/image.d
diff options
context:
space:
mode:
authorMike Wey2012-03-20 17:17:18 +0100
committerMike Wey2012-03-20 17:17:18 +0100
commit8e640a07aa4c279872bfe671f14c32bea8b78052 (patch)
tree1610be927ac69bca29b3ed87f44d668f6a6e8231 /dmagick/c/image.d
parent19dd341ff1505f0e599e67b8da17810efddaa9b7 (diff)
ImageMagick 6.7.6ImageMagick_6.7.6
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
}
/**