From 8e640a07aa4c279872bfe671f14c32bea8b78052 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Tue, 20 Mar 2012 17:17:18 +0100 Subject: ImageMagick 6.7.6 --- dmagick/c/image.d | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'dmagick/c/image.d') 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 } /** -- cgit v1.2.3