]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 6 Jan 2014 11:48:23 +0000 (11:48 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 6 Jan 2014 11:48:23 +0000 (11:48 +0000)
Magick++/demo/detrans.cpp

index 1a515b162db3f8c6be61e08e4e3b3967db005bd8..7e075eb30f3a09bd8d1ca1d4f7517ca577c8af93 100644 (file)
@@ -45,7 +45,7 @@ int main(int argc,char **argv)
           Image overlay( fname );
           Image base( overlay.size(), color );
           base.composite( overlay, 0, 0, OverCompositeOp );
-          base.matte( false );
+          base.alpha( false );
           base.write( fname );
         }
         catch( Exception &error_ )